On 2014-07-08 18:03:21, Juergen Sauermann wrote:
> SOL_SOCKET is 1 on linux but according to the man page of TCP(7) SOL_TCP (=6)
> should be used.
> I have changed the code to use he number 6 instead of SOL_TCP. SVN 368.

Acctually, it should be IPPROTO_TCP as both mandated by POSIX and
described in tcp(7).  Sic; maybe you have outdated manuals?
See http://man7.org/linux/man-pages/man7/tcp.7.html for latest version.

-k

Reply via email to