Disabling Nagle's Algorithm for CTLD?

Status
Not open for further replies.

bestboy

Contributor
Joined
Jun 8, 2014
Messages
198
I'd like to to set TCP_NODELAY in order to disable Nagle's Algorithm for the iSCSI service in an attempt to improve latency. Unfortunately tho I could not find any configuration option to specify socket options for CTLD. And as FreeBSD does not allow setting TCP_NODELAY system-wide for all sockets via sysctl, I'm not sure this can be done. Any ideas?
 

mav@

iXsystems
iXsystems
Joined
Sep 29, 2011
Messages
1,428
The TCP_NODELAY option is automatically set by kernel iscsi module, when ctld passes authenticated connection to it.
 
Status
Not open for further replies.
Top