netty5/transport-native-epoll/src
Norman Maurer 71d034593f
Only create ConnectTimeoutException if really needed (#10595)
Motivation:

Creating exceptions is expensive so we should only do so if really needed.

Modifications:

Only create the ConnectTimeoutException if we really need it.

Result:

Less overhead
2020-09-21 21:32:20 +02:00
..
main Only create ConnectTimeoutException if really needed (#10595) 2020-09-21 21:32:20 +02:00
test/java/io/netty/channel/epoll Make kernel version detection code in EpollReuseAddrTest more robust (#10556) 2020-09-09 15:51:37 +02:00