Andy Grover
Andy Grover
Currently using HTTP/3 vs HTTP/0.9 is driven by the `-o` cmdline parameter, but couldn't we use alpn if specified to use the right protocol instead?
https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#path-maximum-transmission-unit-pmtu > An endpoint SHOULD use Datagram Packetization Layer PMTU Discovery ([DPLPMTUD]) or implement Path MTU Discovery (PMTUD) [RFC1191] [RFC8201] to determine whether the path to a destination will support...
In log messages we want to include a connection ID so that we can disambiguate messages for different connections. Requiring a reference to the connection can be problematic, if `self`...
In addition to needing more tests, the tests we have are each too big, testing multiple things rather than each testing one aspect of functionality. These should be broken up...
Once basic qlog support lands in Neqo (#526), we still need to add probes for all the things qlog can log. These should be *relatively* straightforward, and can likely be...
@vonasek mentioned that it might be useful if qlog included payload. This could help make using tools like Wireshark less needed. Since payload is 1) large and 2) possibly sensitive,...
Although the `maxminddb` crate handles most details, there is additional complexity with using Maxmind for IP->location lookups because it's implemented as a flat-file database that gets updated regularly, and unless...