Hi!

Looks like nfs_socket.c and nfs_syscalls.c lack strings

        sopt.sopt_dir = SOPT_SET;

when setting TCP_NODELAY and SO_KEEPALIVE. For SO_KEEPALIVE, it doesn't
matter, sosetopt() doesn't examine it, but TCP_NODELAY is actually
ignored.

Obviously, it's easy to add these lines, but maybe it's better to make
sosetopt() set sopt_dir for callers?

BYe!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to