diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-09-18 21:08:03 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-09-18 21:08:03 +0000 |
commit | bfb05b4b93adffb0e9783a141f4a30195b6a6cb9 (patch) | |
tree | 932a863cafc38c7893adab688bcd73850f5a9100 /sys/kern/kern_uuid.c | |
parent | b96257fb77a837506ac0d1f011c46207e1c45f58 (diff) | |
download | FreeBSD-src-bfb05b4b93adffb0e9783a141f4a30195b6a6cb9.zip FreeBSD-src-bfb05b4b93adffb0e9783a141f4a30195b6a6cb9.tar.gz |
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
MFC after: 1 week
Diffstat (limited to 'sys/kern/kern_uuid.c')
0 files changed, 0 insertions, 0 deletions