I am trying to enable HTTP/3 support for network calls in my app, While i was testing i could see my protocol as h3 in iOS15 but in iOS 16 it always comes as h2 even though after enabling assumesHTTP3Capable. Also enabling HTTP/3 in iOS 16 has been replaced with L4S. My question is how to test HTTP/3 support in iOS 16?