cvs commit: src/tools/regression/netatalk/simple_send Makefile simple_send.c

Robert Watson rwatson at FreeBSD.org
Sat Jul 17 10:12:16 PDT 2004


rwatson     2004-07-17 17:12:15 UTC

  FreeBSD src repository

  Added files:
    tools/regression/netatalk/simple_send Makefile simple_send.c 
  Log:
  Add a simple tool to bind netatalk sockets and perform send operations.
  This isn't a classic regression test in that it doesn't have a notion of
  pass fail, it's more of an exercise tool.  It attempts to exercise
  unbound, bound, unconnected, and connected variations on SOCK_DGRAM
  sockets.
  
  Revision  Changes    Path
  1.1       +8 -0      src/tools/regression/netatalk/simple_send/Makefile (new)
  1.1       +162 -0    src/tools/regression/netatalk/simple_send/simple_send.c (new)


More information about the cvs-src mailing list