netty5/transport-native-unix-common
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
..
src Fix support for IP_RECVORIGDSTADDR when using native epoll transport (#11173) 2021-04-21 16:04:32 +02:00
Makefile Use netty-jni-util via maven central (#10877) 2020-12-19 10:38:39 +01:00
pom.xml Fix build for aarch64 (#11116) 2021-03-25 12:07:15 +01:00