cvs commit: src/sys/sys socket.h src/sys/kern uipc_socket.c
Robert Watson
rwatson at FreeBSD.org
Tue Sep 27 14:14:22 PDT 2005
rwatson 2005-09-27 21:14:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/sys socket.h
sys/kern uipc_socket.c
Log:
Merge uipc_socket.c:1.249, socket.h:1.89 from HEAD to RELENG_6:
Add three new read-only socket options, which allow regression tests
and other applications to query the state of the stack regarding the
accept queue on a listen socket:
SO_LISTENQLIMIT Return the value of so_qlimit (socket backlog)
SO_LISTENQLEN Return the value of so_qlen (complete sockets)
SO_LISTENINCQLEN Return the value of so_incqlen (incomplete sockets)
Minor white space tweaks to existing socket options to make them
consistent.
Discussed with: andre
Approved by: re (scottl)
Revision Changes Path
1.242.2.2 +17 -0 src/sys/kern/uipc_socket.c
1.88.2.1 +3 -0 src/sys/sys/socket.h
More information about the cvs-src
mailing list