From ccd81a473576f3d079b62f0510228770382b9ec5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 28 Apr 2011 02:32:02 +0200 Subject: Bind to random port by default (for floating hosts), don't hardcode default port into kernel module --- quicktun.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'quicktun.h') diff --git a/quicktun.h b/quicktun.h index e25b657..8280201 100644 --- a/quicktun.h +++ b/quicktun.h @@ -44,6 +44,4 @@ enum { #define QUICKTUN_CMD_MAX (__QUICKTUN_CMD_MAX - 1) #define QUICKTUN_A_MAX (__QUICKTUN_A_MAX - 1) -#define QUICKTUN_DEFAULT_PORT 2998 - #endif /* __QUICKTUN_H */ -- cgit v1.2.3