Source-Changes archive

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

CVS commit: src/sys/netsmb



Module Name:    src
Committed By:   jdolecek
Date:           Mon Mar 24 18:08:52 UTC 2003

Modified Files:
        src/sys/netsmb: smb_trantcp.c smb_trantcp.h

Log Message:
Receive packets in a small pieces (NB_SORECEIVE_CHUNK), so TCP slowstart will
get its ACKs faster.
>From Darwin via FreeBSD.

XXX I don't have any idea if this is useful or reasonable, but it looks
XXX sane and the code works. "Remove if found nonuseful."


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/netsmb/smb_trantcp.c
cvs rdiff -r1.3 -r1.4 src/sys/netsmb/smb_trantcp.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