[34] in Info-AFS_Redistribution
More on AFS over slip - getting closer
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Dec 26 14:06:31 1990
Reply-To: Bob Oesterlin <oester@rchland.iinus1.ibm.com>
Date: Wed, 26 Dec 1990 08:03:46 -0600 (CST)
From: Bob Oesterlin <oester@rchland.iinus1.ibm.com>
To: info-afs@transarc.com
Thanks to Peter Honeyman for pointing out that altering the chunk size
may be the trick - It is!. The default chunk size for a disk cache is
64K, way more that you can ever xfer in the time-out allowed by RX. With
AFS 3.1, you cat set this with afsd:
/usr/vice/etc/afsd -chunk 10
This sets the cunk size to 1K (11 would be 2K). This seems to allow me
to actually execute commands that are in AFS, where before all I go were
core dumps. I'll take a slow, reliable connection over a faster unstable
connection any day!
The other trick that Peter suggested was to set up the SLIP MTU to 576
(in net/if_sl.c if you're using Van's TCP header compression code for
slip). He also suggested that rx.c be modified to use a packet size of
576 if the IP address was not "local" - prehaps he can post the code
here if he's able.
In any case, I'm going to experiment some more. It sure would be helpful
if the folks at Transarc could comment on all of this!
Bob