- Mar 31, 2025
-
-
sthibaul authored
With IP_MULTICAST_LOOP they can see each other. We "just" have to make sure they use different IP addresses and route metrics to distinguish from each other.
-
sthibaul authored
If it was lost, some clients (e.g. pppd) may not try to re-send their CHAP reply.
-
sthibaul authored
So another l2tpns on the same host can receive l2tp while we are quickly removing our routes.
-
sthibaul authored
The next master can restart the authentication
-
- Mar 30, 2025
-
-
sthibaul authored
-
sthibaul authored
So we seen when adding/removing a lot of them if that takes a long time
-
sthibaul authored
-
sthibaul authored
So we can catch up according to the window that we announce.
-
sthibaul authored
-
sthibaul authored
-
sthibaul authored
-
sthibaul authored
-
sthibaul authored
-
sthibaul authored
To be able to keep different routes from several running l2tpns instances.
-
sthibaul authored
To be able to distinguish routes from several running l2tpns instances.
-
sthibaul authored
-
- Mar 29, 2025
- Mar 28, 2025
-
-
sthibaul authored
To support proxy auth.
-
- Mar 25, 2025
- Mar 23, 2025
-
-
sthibaul authored
The default 4 is really small, and imposes very sequential processing of reconnections in case we lose all sessions. Nowadays we easily have memory for a lot more.
-
sthibaul authored
controlc doesn't mean we will send more messages, but only that some of them are pending ack. If we have already sent them and the peer has just not acked them yet, controlnull() would not send a ZLB, and once the peer has acked our control messages, we wouldn't send a ZLB with an updated Nr.
-
sthibaul authored
To support proxy auth.
-
- Mar 16, 2025
- Mar 09, 2025
-
-
sthibaul authored
Previously, when we got a call to be forwarded to another LNS and we didn't have a tunnel to it yet, we would wait for a PAP/CHAP re-send to trigger the creation of a session in the fresh tunnel. We do not have to wait, we can trigger that on SCCCN ack.
-
sthibaul authored
Which will be useful to fasten session creation after tunnel is created.
-
sthibaul authored
We are not really supposed to send ICRQ until we got our SCCCN acked, so better wait for it.
-
sthibaul authored
To support proxy LCP negotiation.
-
sthibaul authored
-
sthibaul authored
-
- Feb 13, 2025
-
-
sthibaul authored
-
- Nov 02, 2024
-
-
sthibaul authored
-
- Oct 19, 2024
-
-
sthibaul authored
Clients may have enabled mppp without actually using several links. We can support acceleration in that case.
-