Sam Roberts 51acb54760 Stop returning an error after successful send of zero length UDP packets
A zero-length send is invalid with TCP, but well defined with UDP.
udp:send"" was returning (nil,"refused"), indicating that it failed when
the packet was actually sent. The test script reproduces the bug, and
includes a tcpdump of the zero length packet being sent.
2012-04-11 13:45:59 -07:00
..
2006-04-03 04:45:42 +00:00
2003-03-21 23:49:18 +00:00
2006-03-19 21:22:21 +00:00
2004-07-01 05:38:44 +00:00
2005-10-07 04:40:59 +00:00
2007-03-12 04:08:40 +00:00
2003-03-21 23:49:18 +00:00
2004-12-07 20:39:02 +00:00
2006-04-02 23:24:37 +00:00
2004-11-28 02:36:07 +00:00
2004-06-17 21:46:22 +00:00
2005-06-12 22:02:21 +00:00
2004-06-21 06:07:58 +00:00
2007-06-11 23:52:48 +00:00
2007-06-11 23:44:54 +00:00
2004-11-27 07:58:04 +00:00
2007-04-09 22:04:13 +00:00
2007-04-09 22:04:13 +00:00
2003-03-21 23:49:18 +00:00
2005-09-29 06:11:42 +00:00

This provides the  automated test scripts used to make  sure the library
is working properly.

The files provided are:

    testsrvr.lua            -- test server
    testclnt.lua            -- test client

To run these tests, just run lua on the server and then on the client. 

Good luck,
Diego.