Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/18/2001 01:42:00
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon Sep 17 22:42:00 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/ioc: if_eca.c
	syssrc/sys/net: if_eco.h if_ecosubr.c

Log Message:
Add retry mechanisms for Econet, so that if a four-way handshake doesn't
complete for some reason, we defer it for a bit and then try again.  This
gets ping down to 0% packet loss.

Of course, ping _should_ have been at 0% packet loss anyway, and that's the
next thing to deal with.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm26/ioc/if_eca.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/net/if_eco.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/net/if_ecosubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.