Limit outgoing packet queue length
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 26 Oct 2008 10:40:26 +0000 (10:40 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 26 Oct 2008 10:40:26 +0000 (10:40 +0000)
commite8b907b79297cc973b1d5711417bc43e51d31996
tree24144b3eefdc96eec7eb755a0be1ba9c27eeba7c
parent71606a2527a499f7e42ee354b4ab62837e7fb1fc
Limit outgoing packet queue length

If we were using TCP and the socket stalled, we'd just keep sucking
packets from the kernel, allocating memory and queuing them
internally with no limit except the size of the swap space. Not clever.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
cstp.c
dtls.c
mainloop.c
openconnect.h
tun.c