From bc729d0d78aba975d30e6dde335a32ebfbb4fe72 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 16 Mar 2013 19:32:30 +0000 Subject: [PATCH] config.m4: Extend the upper limit on open ports. This will make using mosh(1) much more pleasant. I'm sure that the limit used to be around 65K, but I don't remember why I reduced it. --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index ee9ef90..14c2d4b 100644 --- a/config.m4 +++ b/config.m4 @@ -34,7 +34,7 @@ defconf(firewall_failsafe, /etc/init.d/firewall.safe) ## Set the range of dynamically allocated ports. Access to these from ## outside is permitted. defconf(open_port_min, 32000) -defconf(open_port_max, 54999) +defconf(open_port_max, 64999) ## Which chains to preserve. defconf(preserve_chains, ) -- 2.11.0