netty5/transport-native-epoll
Carl Mastrangelo 5e86325a8c Remove unused method from native epoll
Motivation:

Unused methods create warnings on some C compilers.  It may not be feasible to selectively turn them off.

Modifications:

Remove createInetSocketAddress as it is unused.

Result:

Less noisy compilation
2016-06-15 09:51:58 -07:00
..
src Remove unused method from native epoll 2016-06-15 09:51:58 -07:00
pom.xml epoll_wait timeout reset when called multiple times 2016-06-09 11:14:40 -07:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.