X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=1bb267f8a350188727a3d7a9fdc33dc1fc016fcc;hb=7e09765003114ba37fed2851d9126924d0f813f1;hp=8a74d859d5ff1e5f5bb4a34e1f022df284d8e898;hpb=1c475ecb575367a6b3f9328b0f643ad636155341;p=tinc diff --git a/src/net.h b/src/net.h index 8a74d859..1bb267f8 100644 --- a/src/net.h +++ b/src/net.h @@ -121,7 +121,6 @@ typedef struct listen_socket_t { typedef struct outgoing_t { struct node_t *node; int timeout; - struct address_cache_t *address_cache; timeout_t ev; } outgoing_t; @@ -147,6 +146,8 @@ extern io_t unix_socket; extern int keylifetime; extern int udp_rcvbuf; extern int udp_sndbuf; +extern bool udp_rcvbuf_warnings; +extern bool udp_sndbuf_warnings; extern int max_connection_burst; extern int fwmark; extern bool do_prune;