TCPSelectorHandler selectorHandler ....
selectorHandler.setTcpNoDelay(...);
WBR,
Alexey.
On Apr 30, 2009, at 15:43 , Bill Simons wrote:
> Is there a way to disable Nagle's algorithm for server-side sockets
> used by Grizzly's NIO Framework?
>
> In java.net.Socket this can be done via setTcpNoDelay(false)...
>
> Thanks,
> Bill
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>