https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196061
Marián Černý <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |majo-bugs.freebsd.org@cerny | |.sk --- Comment #1 from Marián Černý <[email protected]> --- This is probably not be related. On FreeBSD 9.3 it returns -1 and errno=22 (EINVAL) for me in passenger: Ser/Server.h:655: [ApiServer] Cannot disable Nagle's algorithm on a TCP socket: Invalid argument (errno=22) if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(int)) == -1 && errno != ENOPROTOOPT && errno != ENOTSUP && errno != EXTENSION_EOPNOTSUPP) { int e = errno; SKS_WARN("Cannot disable Nagle's algorithm on a TCP socket: " << strerror(e) << " (errno=" << e << ")"); } -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
