netty5/transport-sctp/src/main/java
Scott Mitchell 8ba4b63cb6 OioServerChannel Default Max Messages Per Read Too High
Motivation:
A few implementations of OioServerChannel have a default max messages per read set to 16. We should set the default to 1 to prevent blocking on a read before setting a socket that has just been accepted.

Modifications:
- OioSctpServerChannel and OioServerSocketChannel metadata changed to use the default (1) max messages per read

Result:
Oio based servers will complete accepting a socket before potentially blocking waiting to accept other sockets.
2016-01-29 11:34:00 -08:00
..
com/sun/nio/sctp [#884] Split SCTP transport into extra module 2013-01-03 22:19:06 +01:00
io/netty OioServerChannel Default Max Messages Per Read Too High 2016-01-29 11:34:00 -08:00