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

Gleb Smirnoff glebius at FreeBSD.org
Mon Aug 29 10:23:46 GMT 2005


glebius     2005-08-29 10:23:46 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         listen.2 
  Log:
  - 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.28      +16 -1     src/lib/libc/sys/listen.2


More information about the cvs-all mailing list