Add BlockingTCP option, useful when using TCPOnly on slow or congested links.

This commit is contained in:
Guus Sliepen 2004-11-10 21:56:31 +00:00
parent 5bba3124c8
commit 4fe7aff4d1
4 changed files with 31 additions and 0 deletions

View file

@ -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;