netty5/transport-native-epoll/src
Scott Mitchell 3c432b5a19 TCP_NOTSENT_LOWAT older kernel compatibility
Motiviation:
TCP_NOTSENT_LOWAT is only supported in linux kernel 3.12 or newer. The addition of this socket option prevents older kernels from building.

Modifications:
- Conditionally define TCP_NOTSENT_LOWAT if it is not defined

Result:
Kernels older than 3.12 can still compile the EPOLL module.
2015-06-02 12:19:53 -07:00
..
main TCP_NOTSENT_LOWAT older kernel compatibility 2015-06-02 12:19:53 -07:00
test/java/io/netty/channel/epoll TCP_NOTSENT_LOWAT socket option support 2015-06-01 13:21:38 -07:00