mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
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'.
This commit is contained in:
parent
1ea37620c2
commit
5f24f1b53e
2 changed files with 6 additions and 0 deletions
|
@ -3051,6 +3051,7 @@ Manual}, or @command{man 7 socket}.
|
|||
@defvarx SO_OOBINLINE
|
||||
@defvarx SO_NO_CHECK
|
||||
@defvarx SO_PRIORITY
|
||||
@defvarx SO_REUSEPORT
|
||||
The @var{value} taken or returned is an integer.
|
||||
@end defvar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue