summaryrefslogtreecommitdiff
path: root/src/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* added length field to tcp_endpoint_tChristian Pointner2010-11-281-2/+2
* replaced inet_ntop with getnameinfoChristian Pointner2010-11-281-28/+11
* source address to connect from can now be specifiedChristian Pointner2010-11-281-2/+4
* listening on tcp sockets works nowChristian Pointner2010-11-271-0/+32
* added tcp listener listChristian Pointner2010-11-261-0/+70