5317c7b648
Motivation: When using the native transport have support for TCP_DEFER_ACCEPT or / and TCP_QUICKACK can be useful. Modifications: - Add support for TCP_DEFER_ACCEPT and TCP_QUICKACK - Ad unit tests Result: TCP_DEFER_ACCEPT and TCP_QUICKACK are supported now. Conflicts: transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollChannelOption.java
Native transport for Linux
See our wiki page.