X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=8ff07088302ba08fc0067ce238bad679a46169ae;hb=a5a8005b2d89712e124ab7295165a3e229abdad5;hp=6d27baf4002c8dc9fd797013f5df414805f11c69;hpb=3bcd5ec746a5575c0c66f8b34922c038eb363b0a;p=meshlink diff --git a/src/net.h b/src/net.h index 6d27baf4..8ff07088 100644 --- a/src/net.h +++ b/src/net.h @@ -72,13 +72,6 @@ typedef struct outgoing_t { struct addrinfo *aip; } outgoing_t; -extern int maxoutbufsize; -extern int addressfamily; - -extern int keylifetime; -extern int max_connection_burst; -extern bool do_prune; - /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */ #include "connection.h" #include "node.h"