netty5/transport-native-epoll
Tomas Olvecky 9e7a5693f3 Add TCP_USER_TIMEOUT
Motivation:

See #4174.

Modifications:

Modify transport-native-epoll to allow setting TCP_USER_TIMEOUT.

Result:

Hanging connections that are written into will get timeouted.
2015-08-31 13:54:04 +02:00
..
src Add TCP_USER_TIMEOUT 2015-08-31 13:54:04 +02:00
pom.xml Add GCC optimization flag when compile native transport 2015-08-13 12:29:57 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.