cvs commit: src/lib/libc/sys listen.2

Gleb Smirnoff glebius at FreeBSD.org
Wed Aug 31 14:02:21 GMT 2005


glebius     2005-08-31 14:02:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libc/sys         listen.2 
  Log:
  MFC 1.28:
    - Document the fact that the real length of listen queue is 1.5 more
      than the value of backlog argument.
    - Document the fact that a subsequent listen(2) calls on the listening
      socket change the backlog argument.
    - Note that current listen queue lengths can be queried using netstat(1).
  
    Submitted by:   Igor Sysoev <is rambler-co.ru>
    Wording by:     gnn
  
  Revision  Changes    Path
  1.27.6.1  +16 -1     src/lib/libc/sys/listen.2


More information about the cvs-src mailing list