udp_send: add a time window for errors
[paraslash.git] / udp_send.c
2009-01-11 Andre NollSimplify udp_send.c.
2009-01-10 Andre NollImplement chunk queing for the udp sender.
2009-01-10 Andre NollFix a bug in udp_send_buf().
2009-01-10 Andre NollAdd chunk_queue infrastructure to the udp sender.
2009-01-10 Andre Nollupd_send: Add socket fd to close_on_fork list.
2009-01-10 Andre Nollupd_send.c: Use write_nonblock() rather than write_all().
2009-01-10 Andre NollFix an fd leak in udp_send.c.
2009-01-10 Andre Nolludp sender: Make ttl configurable.
2009-01-10 Andre Nolludp sender/receiver improvements.
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-10 Andre NollReplace the ortp sender/receiver by the generic udp...