Configurable SO_RCVBUF/SO_SNDBUF for the UDP socket
This commit is contained in:
parent
3f410e2f8f
commit
8dfe1b374e
4 changed files with 32 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue