]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't pause for one second before starting LCP
authorbrian <brian@FreeBSD.org>
Mon, 22 Sep 1997 02:51:24 +0000 (02:51 +0000)
committerbrian <brian@FreeBSD.org>
Mon, 22 Sep 1997 02:51:24 +0000 (02:51 +0000)
commite74401cd50a1d7d9cfd27e727b355b2556108aab
tree2f6ab04857ee8a712ae8191598470cb4ddd85737
parented62efbf2d85f7b67aa74e2a4b5c4379a40f12db
Don't pause for one second before starting LCP
negotiation.  Instead, incrementally pause after
receiving LCPs with the same magic.  We can now
suffer a server that waits more than 1 second before
responding.  Pauses greater than a second get
hopelessly confusing as when the server eventually
starts, it sees a flood of Config Requests followed
by config NAKs and changes of magic.  This causes the
server to change its magic over and over.....
usr.sbin/ppp/lcp.c