Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   yamt
Date:           Sat Aug 16 18:08:28 UTC 2003

Modified Files:
        src/sys/nfs: nfs.h nfs_socket.c nqnfs.h

Log Message:
current trylater/jukebox retry delay is way too long and
it has a bug in the backoff calculation. so,
- clip it to 1-60 sec. (suggested by Rick Macklem)
- use a constant multiplier instead of nfs_backoff, which
  is already exponential.
- move some related constant definations to nfs.h from nqnfs.h and
  prefix with NFS_ instead of NQ_ because they are not nqnfs-specific.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/nfs/nfs.h
cvs rdiff -r1.96 -r1.97 src/sys/nfs/nfs_socket.c
cvs rdiff -r1.14 -r1.15 src/sys/nfs/nqnfs.h

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




Home | Main Index | Thread Index | Old Index