chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
31c0a10
)
config.m4: Extend the upper limit on open ports.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 16 Mar 2013 19:32:30 +0000
(19:32 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/config.m4
b/config.m4
index ee9ef904c5a44fb4a2af544f6ad1a0487f8f5802..14c2d4baaf399af2f97118b84a5f70828e12ccde 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,
5
4999)
+defconf(open_port_max,
6
4999)
## Which chains to preserve.
defconf(preserve_chains, )