netty5/transport-native-epoll
Norman Maurer ea2a8799f2 Add support for UDP_SEGMENT (GSO) when using sendmmsg (#11038)
Motivation:

For protocols like QUIC using UDP_SEGMENT (GSO) can help to reduce the
overhead quite a bit. We should support it.

Modifications:

- Add a SegmentedDatagramPacket which can be used to use UDP_SEGMENT
- Add unit test

Result:

Be able to make use of UDP_SEGMENT
2021-02-27 21:58:21 +01:00
..
src Add support for UDP_SEGMENT (GSO) when using sendmmsg (#11038) 2021-02-27 21:58:21 +01:00
pom.xml Use aarch_64 in a consistent way (#10845) 2020-12-08 14:55:54 +01:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00

Native transport for Linux

See our wiki page.