netty5/transport-native-unix-common/src/main
Norman Maurer 72cdeae320 Move SegmentedDatagramPacket to transport-native-unix-common (#11121)
Motivation:

As we can supported SegmentedDatagramPacket in multiple native
transports (like in epoll and io_uring) we should just move it to
unix-common so we can share code.

Modification:

- Move SegmentedDatagrampPacket to transport-native-unixu
- Mark the SegmentedDatagramPacket in epoll as deprecated
- Update code to use updated package.

Result:

Possibility of code re-use
2021-03-29 14:10:38 +02:00
..
c TCP Fast Open for clients (#11006) 2021-02-15 14:29:03 +01:00
java/io/netty/channel/unix Move SegmentedDatagramPacket to transport-native-unix-common (#11121) 2021-03-29 14:10:38 +02:00