summaryrefslogtreecommitdiff
path: root/src/udp.h
Commit message (Collapse)AuthorAgeFilesLines
* merged trunk changes to rail branchChristian Pointner2014-06-291-1/+14
|
* renamed udp fd_set functionChristian Pointner2014-02-131-1/+1
|
* introduced socket indexes for easier debuggingChristian Pointner2014-02-131-0/+1
|
* removed useless remote_end_to_stringChristian Pointner2014-02-131-1/+0
| | | | | | added rail version vor udp_write
* added explicit option for RAIL modeChristian Pointner2014-02-101-1/+2
|
* moved remote end handling and active sock to udp.cChristian Pointner2014-02-091-2/+3
|
* remote end is now stored at every sockChristian Pointner2014-02-091-2/+2
|
* refactored nameChristian Pointner2014-02-091-1/+1
|
* * inital commit for RAIL modeChristian Pointner2014-02-071-2/+2
| | | | | | | | | - added information about it at manpage - updated output for --help * white space cleanups * updated copyright header
* added length field to udp_endpoint_tChristian Pointner2010-11-291-1/+4
| | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* multi sockets work nowChristian Pointner2010-01-161-1/+4
|
* listening on multiple sockets nowChristian Pointner2010-01-161-1/+0
|
* changed name of udp structureChristian Pointner2010-01-161-8/+14
|
* fixed typo at include guardsChristian Pointner2009-11-231-2/+2
|
* fixed include guards, new format: UANYTUN_filename_h_INCLUDEDChristian Pointner2009-11-121-2/+2
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* added -4 and -6 switches to udp socketChristian Pointner2009-02-261-7/+4
|
* fixed some name resolution issuesChristian Pointner2009-02-241-1/+1
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* not sending packet when remote addr is unkownChristian Pointner2009-02-041-0/+1
|
* 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