summaryrefslogtreecommitdiff
path: root/src/udp.h
Commit message (Collapse)AuthorAgeFilesLines
* removed useless malloc for udp_t Christian Pointner2008-12-311-2/+2
|
* works on OpenBSD now (but no support for UDPv6)Christian Pointner2008-12-291-0/+6
|
* fixed build for OpenBSD (no tun device yet)Christian Pointner2008-12-291-0/+1
|
* some cleanupChristian Pointner2008-12-281-5/+5
| | | | | | | added remote endpoint auto detection small bugfixes
* some memory erros fixedChristian Pointner2008-12-281-1/+1
| | | | | | added udp_read and udp_write
* added enpoint to string functionsChristian Pointner2008-12-281-1/+5
|
* added udp socketChristian Pointner2008-12-281-0/+55