Apply patch from Scott Lamb adding an output buffer for the TCP sockets.
[tinc] / src / net.h
index 60e4dea..64f92a2 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -114,10 +114,9 @@ typedef struct outgoing_t {
        struct addrinfo *aip;
 } outgoing_t;
 
-extern int maxtimeout;
+extern int maxoutbufsize;
 extern int seconds_till_retry;
 extern int addressfamily;
-extern bool blockingtcp;
 
 extern listen_socket_t listen_socket[MAXSOCKETS];
 extern int listen_sockets;