Subject: CVS commit: src/sys/netsmb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/23/2003 12:01:33
Module Name:	src
Committed By:	jdolecek
Date:		Sun Mar 23 10:01:32 UTC 2003

Modified Files:
	src/sys/netsmb: smb_conn.h smb_iod.c smb_rq.h

Log Message:
Compute the request timeout time in smb_iod_sendrq() when the request is
sent out, use mono_time instead microtime(), and simplify computation
in smb_iod_sendall(). Also count the timout once, not twice as previous code.

#if 0 iod->iod_lastrqsent, it was write-only


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/netsmb/smb_conn.h src/sys/netsmb/smb_rq.h
cvs rdiff -r1.11 -r1.12 src/sys/netsmb/smb_iod.c

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