Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/udp-zero-length-send: add missing "socket ="; use shebang ↵ | E. Westbrook | 2020-03-28 | 1 | -2/+2 |
| | | | | "#!/usr/bin/env lua" | ||||
* | Stop returning an error after successful send of zero length UDP packets | Sam Roberts | 2012-04-11 | 1 | -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. |