d79e4ffe07
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
Native transport for Linux
See our wiki page.