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?