cvs commit: src/tools/regression/sockets/listenclose Makefile listenclose.c

Robert Watson rwatson at FreeBSD.org
Sun Feb 13 14:17:56 GMT 2005


rwatson     2005-02-13 14:17:56 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_5)
    tools/regression/sockets/listenclose Makefile listenclose.c 
  Log:
  Merge listenclose regression test from HEAD to RELENG_5 -- specifically,
  bring RELENG_5 to listenclose.c, and to Makefile:1.3.  Makefile:1.2,
  the NO_MAN change, is not merged.
  
    Add a small regression test that opens a TCP socket, listens on it,
    performs a non-blocking connect from another socket, and then closes
    the listen socket rather than accepting.  This is intended to
    exercise the close path in which connections are aborted due to a
    close on the listen socket while the connection is in the listen
    queue.
  
  Revision  Changes    Path
  1.3.2.1   +9 -0      src/tools/regression/sockets/listenclose/Makefile (new)
  1.1.2.1   +111 -0    src/tools/regression/sockets/listenclose/listenclose.c (new)


More information about the cvs-all mailing list