netty5/transport-native-unix-common/src
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
..
main Move SegmentedDatagramPacket to transport-native-unix-common (#11121) 2021-03-29 14:10:38 +02:00
test/java/io/netty/channel/unix Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00