cvs commit: src/tools/regression/netipx/spxabort Makefile spxabort.c

Robert Watson rwatson at FreeBSD.org
Mon Mar 27 00:03:37 UTC 2006


rwatson     2006-03-27 00:03:37 UTC

  FreeBSD src repository

  Added files:
    tools/regression/netipx/spxabort Makefile spxabort.c 
  Log:
  Add spxabort, a simple netipx/spx regression test that triggers
  pru_abort() by closing a listen socket while completed connections are
  presenting in its listen queue.  Unfortunately, it's difficult to
  trigger the other two pru_abort() cases using user APIs, so they are
  not covered by this test.
  
  Revision  Changes    Path
  1.1       +12 -0     src/tools/regression/netipx/spxabort/Makefile (new)
  1.1       +96 -0     src/tools/regression/netipx/spxabort/spxabort.c (new)


More information about the cvs-src mailing list