summaryrefslogtreecommitdiff
path: root/lib/udp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add retransmission timer support (UDP).Linus Nordberg2011-03-091-0/+15
|
* Don't make UDP write event persistant.Linus Nordberg2011-03-091-22/+46
| | | | | rs_packet_send() adds the event again when there's a packet to send and the write callback does the same if it doesn't drain the queue.
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-0/+85
Also, move copyright notice out of COPYING and into every file.