netty5/transport-native-epoll
Norman Maurer 5e11c007f7 Also support CompositeByteBuf with SegmentedDatagramPacket (#11081)
Motivation:

c22c6b845d introduced support for
UDP_SEGMENT but did restrict it to continous buffers. This is not needed
as it is also fine to use CompositeByteBuf

Modifications:

- Allow to use CompositeByteBuf as well
- Add unit test

Result:

More flexible usage of segmented datagrams possible
2021-03-12 15:38:35 +01:00
..
src Also support CompositeByteBuf with SegmentedDatagramPacket (#11081) 2021-03-12 15:38:35 +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.