Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/puffs/mount_psshfs
Module Name: src
Committed By: pooka
Date: Sat Oct 20 19:14:28 UTC 2007
Modified Files:
src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 node.c psshfs.c
psshfs.h subr.c
Log Message:
Add option -r to specify maximum number of active read requests
for each node. Setting this to a small number can be used to
improve interactive performance on low-bandwidth links when performing
bulk data reads. Of course I could also open separate pipes for
bulk and other, but this was quicker and less intrusive and doesn't
require authenticating twice.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
cvs rdiff -r1.40 -r1.41 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.35 -r1.36 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.24 -r1.25 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -r1.29 -r1.30 src/usr.sbin/puffs/mount_psshfs/subr.c
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