The QUIC transport specification includes recommendations for using both MTU Path Discovery and ECN, neither of which are currently supported by libuv (unless I've missed something). Both require setting flags in the IP header. I'd like to instigate implementation in libuv but before I put the time in I'd like to make sure it has a reasonable likelihood of being accepted. From an API standpoint, both should require only additional flag options.
The QUIC transport specification includes recommendations for using both MTU Path Discovery and ECN, neither of which are currently supported by libuv (unless I've missed something). Both require setting flags in the IP header. I'd like to instigate implementation in libuv but before I put the time in I'd like to make sure it has a reasonable likelihood of being accepted. From an API standpoint, both should require only additional flag options.