This commit is contained in:
Samuel Thibault 2024-01-14 18:26:39 +01:00
parent db17a9a10b
commit deed73f28f
2 changed files with 2 additions and 2 deletions

View file

@ -1112,7 +1112,7 @@ is used as a tie-breaker in the case of equal uptimes).</p>
packets) will raise a route (see <a href="#routing">Routing</a>) for the packets) will raise a route (see <a href="#routing">Routing</a>) for the
<code>bind_address</code> and for all addresses/networks in <code>bind_address</code> and for all addresses/networks in
<code>ip_pool</code>.</p> <code>ip_pool</code>.</p>
<p>Any packets recieved by the slave which would alter the session <p>Any packets received by the slave which would alter the session
state, as well as packets for throttled or gardened sessions are state, as well as packets for throttled or gardened sessions are
forwarded to the master for handling. In addition, byte counters for forwarded to the master for handling. In addition, byte counters for
session traffic are periodically forwarded.</p> session traffic are periodically forwarded.</p>

View file

@ -1078,7 +1078,7 @@ seen an update for all in-use sessions and tunnels from heartbeat
packets) will raise a route (see [Routing](#routing)) for the packets) will raise a route (see [Routing](#routing)) for the
`bind_address` and for all addresses/networks in `ip_pool`. `bind_address` and for all addresses/networks in `ip_pool`.
Any packets recieved by the slave which would alter the session state, Any packets received by the slave which would alter the session state,
as well as packets for throttled or gardened sessions are forwarded to as well as packets for throttled or gardened sessions are forwarded to
the master for handling. In addition, byte counters for session traffic the master for handling. In addition, byte counters for session traffic
are periodically forwarded. are periodically forwarded.