summaryrefslogtreecommitdiff
path: root/src/udp.c
Commit message (Expand)AuthorAgeFilesLines
* added additional security check in case remote address is not setChristian Pointner2009-02-261-1/+1
* removed not working setsockopt V6ONLYChristian Pointner2009-02-261-8/+9
* fixed address length for openbsdChristian Pointner2009-02-261-1/+8
* moved from %m to %s and strerror Christian Pointner2009-02-261-3/+4
* added -4 and -6 switches to udp socketChristian Pointner2009-02-261-14/+20
* fixed some name resolution issuesChristian Pointner2009-02-241-11/+28
* fixed addrlen bug @ getaddrinfoChristian Pointner2009-02-241-2/+2
* added extended logging supportChristian Pointner2009-02-231-4/+4
* tested with gcc pedantic -> cleanupChristian Pointner2009-02-201-2/+6
* cleaned file header Christian Pointner2009-02-041-7/+7
* not sending packet when remote addr is unkownChristian Pointner2009-02-041-1/+3
* removed useless malloc for udp_t Christian Pointner2008-12-311-29/+20
* added sequence windowChristian Pointner2008-12-311-0/+2
* works on OpenBSD now (but no support for UDPv6)Christian Pointner2008-12-291-2/+17
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-0/+1
* some cleanupChristian Pointner2008-12-281-0/+3
* some cleanupChristian Pointner2008-12-281-10/+11
* fixed addrstr length error Christian Pointner2008-12-281-3/+5
* some memory erros fixedChristian Pointner2008-12-281-4/+6
* added enpoint to string functionsChristian Pointner2008-12-281-2/+45
* fixed memory error und udp_closeChristian Pointner2008-12-281-0/+3
* added udp socketChristian Pointner2008-12-281-0/+134