Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use '%zu' and '%zd' as appropriate for size_t / ssize_t. | emaste | 2012-11-19 | 1 | -2/+2 |
| | |||||
* | Update udpzerobyte to understand that passing 0 as a length to recv(2) | rwatson | 2008-10-07 | 1 | -5/+26 |
| | | | | | | | | will cause it to return 0, not EAGAIN. Add UNIX domain socket support to udpzerobyte, which suggests this regression test should be moved to the general sockets test area rather than netinet. | ||||
* | Add IPv6 support to zero-size UDP transmit/receive test. | rwatson | 2008-10-07 | 1 | -27/+47 |
| | |||||
* | Regression test for the loopback handling of zero-length UDP packets, which | rwatson | 2008-10-07 | 1 | -0/+104 |
should be delivered but without payload. |