Define the new Linux-specific `SO_REUSEPORT'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 18 Mar 2013 20:28:05 +0000 (21:28 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 18 Mar 2013 21:30:13 +0000 (22:30 +0100)
commit5f24f1b53ed2c1746670ae8828a05cc7b63354e8
treeb60a7f98a834391ea4b24bf0ecd6c37f0d4bf996
parent1ea37620c2c1794f7685b312d2530676a078ada7
Define the new Linux-specific `SO_REUSEPORT'.

* libguile/socket.c (scm_init_socket)[SO_REUSEPORT]: Define
  `SO_REUSEPORT'.
  (scm_setsockopt, scm_getsockopt): Update docstring.
* doc/ref/posix.texi (Network Sockets and Communication): List
  `SO_REUSEPORT'.
doc/ref/posix.texi
libguile/socket.c