netty5/transport-native-unix-common/src
Norman Maurer 61c3a6aad9 Fix support for IP_RECVORIGDSTADDR when using native epoll transport (#11173)
Motivation:

While adding support for GRO (b05fdf3ff8) we broke support for IP_RECVORIGDSTADDR when using the native transport. Beside this we also didnt correctly handle IP_RECVORIGDSTADDR when recvmmsg was used.

Modifications:

- Fix support for IP_RECVORIGDSTADDR when using the native epoll transport for normal reads (recvmsg) but also for scattering reads (recvmmsg)
- Remove code from unix code-base as the support is linux specific and we not need the code there anymore

Result:

Fixes https://github.com/netty/netty/issues/11141
2021-04-21 16:04:32 +02:00
..
main Fix support for IP_RECVORIGDSTADDR when using native epoll transport (#11173) 2021-04-21 16:04:32 +02:00
test/java/io/netty/channel/unix Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00