Joerg Wunsch:
As Roman Kurakin wrote:
Problem:
If we have max_failure < MAXALIVECNT*5 we will
send conf-rej for magic.
Solution:
Loopback could be treated as a special case and
thus we may not count it as a failure.
Can you explain a little more, please? The patch is simple enough,
As Roman Kurakin wrote:
> Problem:
> If we have max_failure < MAXALIVECNT*5 we will
> send conf-rej for magic.
> Solution:
> Loopback could be treated as a special case and
> thus we may not count it as a failure.
Can you explain a little more, please? The patch is simple enough,
ye
Hi,
I want to propose a patch for sppp.
Problem:
If we have max_failure < MAXALIVECNT*5 we will
send conf-rej for magic.
Solution:
Loopback could be treated as a special case and
thus we may not count it as a failure.
Index: if_spppsubr.c
===