aboutsummaryrefslogtreecommitdiff
path: root/test/udp-zero-length-send (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/udp-zero-length-send: add missing "socket ="; use shebang ↵E. Westbrook2020-03-281-2/+2
| | | | "#!/usr/bin/env lua"
* 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.