netty5/transport-native-epoll/src/main
yulianoifa-mobius 7a613c2131 Allowed IP_FREEBIND option for UDP epoll (#8728)
Motivation:

While using Load Balancers or HA support is needed there are cases when UDP channel need to bind to IP Address which is not available on network interfaces locally.

Modification:

Modified EpollDatagramChannelConfig to allow IP_FREEBIND option

Result:

Fixes ##8727.
2019-01-21 07:42:36 +01:00
..
c Added option to do busy-wait on epoll (#8267) 2018-09-28 22:52:00 +02:00
java/io/netty/channel/epoll Allowed IP_FREEBIND option for UDP epoll (#8728) 2019-01-21 07:42:36 +01:00