netty5/transport-native-epoll/src/main/c
Scott Mitchell 94deea409e Fix Native EPOLL Build Failure
Motiviation:
If sendmmsg is already defined then the native epoll module failed to build because of conflicting definitions.
The mmsghdr type was also redefined on systems that already supported this structure.

Modifications:
Provide a way so that systems which already define sendmmsg and mmsghdr can build
Provide a way so that systems which don't define sendmmsg and mmsghdr can build

Result:
The native EPOLL module can build in more environments
2014-09-17 20:56:12 +02:00
..
io_netty_channel_epoll_Native.c Fix Native EPOLL Build Failure 2014-09-17 20:56:12 +02:00
io_netty_channel_epoll_Native.h Add support for sendmmsg(...) and so allow to write multiple DatagramPackets with one syscall. Related to [#2719] 2014-09-09 10:03:17 +02:00