netty5/transport-native-epoll
Norman Maurer 1258346080 Add support for IP_FREEBIND when using native transport
Motivation:

IP_FREEBIND allows to bind to addresses without the address up yet or even the interface configured yet.

Modifications:

Add support for IP_FREEBIND.

Result:

It's now possible to use IP_FREEBIND when using the native epoll transport.
2015-07-30 20:58:50 +02:00
..

Native transport for Linux

See our wiki page.