quinn-udp-0.5.8
What's Changed
- quinn-udp: fix unable to build for netbsd (the name "recv" is defined multiple times) by @delta4chat in #2036
- Add Solaris CI plus disable some failing Solaris tests for now (#1877) by @psumbera in #2039
- Fix inconsistent GSO logic on Unix platforms by @Ralith in #2047
- test(quinn-udp): use
UdpSocketState::try_send
in tests by @thomaseizinger in #2049 - chore(quinn-udp): tweak log levels by @thomaseizinger in #2048
- fix(quinn-udp): only set GSO segment size if != content length by @thomaseizinger in #2050
- Add CODEOWNERS by @djc in #2069
- feat(quinn-udp): support illumos by @AsakuraMizu in #2056
- fix(udp): use IPV6_PMTUDISC_PROBE instead of IP_PMTUDISC_PROBE on v6 by @mxinden in #2072
- fix(udp): propagate error on apple_fast by @mxinden in #2073
- fix(udp): retry on ErrorKind::Interrupted by @mxinden in #2074
- fix(udp): do not enable URO on Windows on ARM by @mxinden in #2071