summaryrefslogtreecommitdiffstats
path: root/quicktun.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-04-28 02:32:02 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-04-28 02:32:02 +0200
commitccd81a473576f3d079b62f0510228770382b9ec5 (patch)
tree01c9c93e0751835a262feaf7d9028d4d10bf44e8 /quicktun.h
parentc8007439176422f2d678e08b0398ea03f64d8df7 (diff)
downloadmodquicktun-master.tar
modquicktun-master.zip
Bind to random port by default (for floating hosts), don't hardcode default port into kernel moduleHEADv1.0master
Diffstat (limited to 'quicktun.h')
-rw-r--r--quicktun.h2
1 files changed, 0 insertions, 2 deletions
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 */