netty5/transport-native-epoll/src
Devrim Şahin 0b690a991f Added IP_TRANSPARENT option for UDP (#7872)
Motivation:

This allows netty to operate in 'transparent proxy' mode for UDP, intercepting connections
to other addresses by means of Linux firewalling rules, as per

https://www.kernel.org/doc/Documentation/networking/tproxy.txt


Modification:

Add IP_TRANSPARENT option.

Result:

Allows setting and getting of the IP_TRANSPARENT option, which allows retrieval of the ultimate socket address originally requested.
2018-04-17 09:07:02 +02:00
..
main Added IP_TRANSPARENT option for UDP (#7872) 2018-04-17 09:07:02 +02:00
test/java/io/netty/channel/epoll Epoll flush/writabilityChange deadlock 2018-02-20 11:40:58 +01:00