Subject: Ethernet and NFS mount flags
To: None <kstailey@owl.dol-esa.gov>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 08/10/1995 16:07:37
> Posted-Date: Thu, 10 Aug 1995 15:09:59 -0400
> Date: Thu, 10 Aug 1995 15:09:59 -0400

> > Ethernet goes reasonably fast (as far as I know).
> 
> It seems that reading and writing operate at different speeds.  I set
> my NFS mounts with -r=1024 to prevent back-to-back packets which would
> just get dropped.  Is this still necessary?
> 
> ~Ken

That depends on the two machines involved.  If either one can not
receive back-to-back packets, then that (lame) machine needs to
use -r=1024 for its NFS mounts.  If the lame machine acts as a
server, then all of its clients need to use -w=1024 as well.

Both of the NetBSD/sun3 Ethernet drivers CAN receive back-to-back
packets, so if you need such flags, blame it on the other end.

Gordon