netty5/transport-native-epoll/src
Norman Maurer c5bd8fd264 [#3112] Add supprt for TCP_INFO when using EpollSocketChannel
Motivation:

On Linux, you can gather various metrics using getsockopt(..., TCP_INFO,
...).

Modifications:

Add EpollSocketChannel.tcpInfo() which returns EpollTcpInfo that exposes
all metrics exposed via getsockopt(..., TCP_INFO, ...)

Result:

TCP_INFO support implemented
2015-01-27 07:06:38 +01:00
..
main [#3112] Add supprt for TCP_INFO when using EpollSocketChannel 2015-01-27 07:06:38 +01:00
test/java/io/netty/channel/epoll [#3112] Add supprt for TCP_INFO when using EpollSocketChannel 2015-01-27 07:06:38 +01:00