summaryrefslogtreecommitdiff
path: root/src/listener.c
Commit message (Expand)AuthorAgeFilesLines
* cleaned parser a bitChristian Pointner2010-12-051-0/+4
* passive resolvon for listen sockets onlyChristian Pointner2010-12-031-3/+3
* removed useless source address resolving type optionChristian Pointner2010-12-021-2/+2
* added new options for resolv types (IPv4 vs IPv6)Christian Pointner2010-12-021-4/+4
* buffer size can now be configuredChristian Pointner2010-11-301-2/+2
* added length field to tcp_endpoint_tChristian Pointner2010-11-281-9/+14
* source address to connect from can now be specifiedChristian Pointner2010-11-281-3/+21
* one side of cleint connections works for recvChristian Pointner2010-11-271-3/+4
* added initial (not working) version of client listChristian Pointner2010-11-271-0/+2
* added REUSEADDR to listen socketsChristian Pointner2010-11-271-1/+55
* listening on tcp sockets works nowChristian Pointner2010-11-271-16/+81
* added tcp listener listChristian Pointner2010-11-261-0/+118