projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- Add l2tp_mtu configuration option, used to define MRU, MSS.
[l2tpns.git]
/
Docs
/
manual.html
diff --git
a/Docs/manual.html
b/Docs/manual.html
index
65d7f4c
..
d09e667
100644
(file)
--- a/
Docs/manual.html
+++ b/
Docs/manual.html
@@
-185,6
+185,11
@@
the same as the LAC, or authentication will fail. Only actually be
used if the LAC requests authentication.
</LI>
used if the LAC requests authentication.
</LI>
+<LI><B>l2tp_mtu</B> (int)<BR>
+MTU of interface for L2TP traffic (default: 1500). Used to set link
+MRU and adjust TCP MSS.
+</LI>
+
<LI><B>ppp_restart_time</B> (int)<BR>
<B>ppp_max_configure</B> (int)<BR>
<B>ppp_max_failure</B> (int)<BR>
<LI><B>ppp_restart_time</B> (int)<BR>
<B>ppp_max_configure</B> (int)<BR>
<B>ppp_max_failure</B> (int)<BR>
@@
-335,6
+340,10
@@
on <A HREF="#Clustering">Clustering</A> for more information.
Interface for cluster packets (default: eth0).
</LI>
Interface for cluster packets (default: eth0).
</LI>
+<LI><B>cluster_mcast_ttl</B> (int)<BR>
+TTL for multicast packets (default: 1).
+</LI>
+
<LI><B>cluster_hb_interval</B> (int)<BR>
Interval in tenths of a second between cluster heartbeat/pings.
</LI>
<LI><B>cluster_hb_interval</B> (int)<BR>
Interval in tenths of a second between cluster heartbeat/pings.
</LI>