summaryrefslogtreecommitdiff
path: root/src/responder/common/responder_packet.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-17Fixes for client communicationSumit Bose1-4/+12
- catch all errors of send() and recv(), not only EAGAIN - check if send() or recv() return EWOULDBLOCK or EINTR - remove unused parameter from client_send() and client_recv() - fix a debugging message
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+253
Also update BUILD.txt