From 17ca88ad4cd34d695c27e16b6c361ec635d440bc Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 23 Jul 2009 04:35:04 +0000 Subject: [PATCH] changed the minimum destination SPA port from 1024 to 10,000 git-svn-id: file:///home/mbr/svn/fwknop/trunk@117 510a4753-2344-4c79-9c09-4d669213fbeb --- src/fwknop_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fwknop_common.h b/src/fwknop_common.h index c5fe5892..730cf898 100644 --- a/src/fwknop_common.h +++ b/src/fwknop_common.h @@ -92,7 +92,7 @@ enum { #define FKO_DEFAULT_PROTO FKO_PROTO_UDP #define FKO_DEFAULT_PORT 62201 #define DEFAULT_NAT_PORT 55000 -#define MIN_HIGH_PORT 1024 +#define MIN_HIGH_PORT 10000 /* sensible minimum for SPA dest port */ #define MAX_PORT 65535 #define MAX_PORT_STR_LEN 6 #define MAX_PROTO_STR_LEN 6