netty5/transport-native-epoll/src
Scott Mitchell df033e150c EPOLL Cached ECONNREFUSED Exception
Motivation:
ECONNREFUSED can be a common type of exception when attempting to finish the connection process. Generating a new exception each time can be costly and quickly bloat memory usage.

Modifications:
- Expose ECONNREFUSED from JNI and cache this exception in Socket.finishConnect

Result:
ECONNREFUSED during finish connect doesn't create a new exception each time.
2016-07-06 12:02:42 -07:00
..
main EPOLL Cached ECONNREFUSED Exception 2016-07-06 12:02:42 -07:00
test/java/io/netty/channel DuplexChannel to support shutdownInput 2016-05-18 09:11:49 +02:00