Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/07/2002 12:49:04
Module Name: syssrc
Committed By: martin
Date: Mon Jan 7 10:49:03 UTC 2002
Modified Files:
syssrc/sys/net: if_sppp.h if_spppsubr.c if_spppvar.h
Log Message:
Implement a retry counter for failed authorizations and limit it to
a configurable maximum (default: 5).
Some ISPs shut down accounts (at least temporarily) after to many bad
retries. This hit me recently due to a stupid pilot error and the fast
retry rate.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/net/if_sppp.h
cvs rdiff -r1.38 -r1.39 syssrc/sys/net/if_spppsubr.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/net/if_spppvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.