aboutsummaryrefslogtreecommitdiff
path: root/test/udp-zero-length-send (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop returning an error after successful send of zero length UDP packetsSam Roberts2012-04-111-0/+25
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.