Merge branch '1.1' of github.com:gsliepen/tinc into thkr-1.1-ponyhof

This commit is contained in:
thorkill 2015-05-19 17:59:03 +02:00
commit ef4a0848ca
8 changed files with 32 additions and 22 deletions

View file

@ -30,6 +30,10 @@
#include "utils.h"
#include "xalloc.h"
#ifndef MIN
#define MIN(x, y) (((x)<(y))?(x):(y))
#endif
int maxoutbufsize = 0;
int mtu_info_interval = 5;
int udp_info_interval = 5;