users@grizzly.java.net

Disabling Nagle's algorithm

From: Bill Simons <bill.simons_at_gmail.com>
Date: Thu, 30 Apr 2009 09:43:28 -0400

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