Configurable SO_RCVBUF/SO_SNDBUF for the UDP socket

This commit is contained in:
Brandon L Black 2010-11-13 12:05:49 -06:00 committed by Guus Sliepen
parent 3f410e2f8f
commit 8dfe1b374e
4 changed files with 32 additions and 0 deletions

View file

@ -111,6 +111,8 @@ extern listen_socket_t listen_socket[MAXSOCKETS];
extern int listen_sockets;
extern int keyexpires;
extern int keylifetime;
extern int udp_rcvbuf;
extern int udp_sndbuf;
extern bool do_prune;
extern bool do_purge;
extern char *myport;