Add BlockingTCP option, useful when using TCPOnly on slow or congested links.
This commit is contained in:
parent
5bba3124c8
commit
4fe7aff4d1
4 changed files with 31 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ typedef struct outgoing_t {
|
|||
extern int maxtimeout;
|
||||
extern int seconds_till_retry;
|
||||
extern int addressfamily;
|
||||
extern bool blockingtcp;
|
||||
|
||||
extern listen_socket_t listen_socket[MAXSOCKETS];
|
||||
extern int listen_sockets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue