config.m4: Extend the upper limit on open ports.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 16 Mar 2013 19:32:30 +0000 (19:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 Mar 2013 19:32:30 +0000 (19:32 +0000)
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

index ee9ef90..14c2d4b 100644 (file)
--- 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, )