Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2005 21:54:03 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket.c src/sys/sys socket.h
Message-ID:  <200509272154.j8RLs3NP039871@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-09-27 21:54:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_socket.c 
    sys/sys              socket.h 
  Log:
  Merge uipc_socket.c:1.249, socket.h:1.89 from HEAD to RELENG_5:
  
    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
  
  Revision    Changes    Path
  1.208.2.24  +17 -0     src/sys/kern/uipc_socket.c
  1.83.2.2    +3 -0      src/sys/sys/socket.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509272154.j8RLs3NP039871>