Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 05/27/2006 21:21:04
Module Name:	src
Committed By:	agc
Date:		Sat May 27 21:21:04 UTC 2006

Modified Files:
	src/dist/iscsi/include: target.h
	src/dist/iscsi/src: iscsi-target.8 iscsi-target.c target.c util.c

Log Message:
Rather than hardcoding the maximum number of sessions that a target can
serve simultaneously to DEFAULT_TARGET_MAX_SESSIONS, add a -s argument to
iscsi-target(8) to specify the maximum number of sessions.

Also bump default from 4 to 16.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/include/target.h
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/src/iscsi-target.8
cvs rdiff -r1.9 -r1.10 src/dist/iscsi/src/iscsi-target.c
cvs rdiff -r1.14 -r1.15 src/dist/iscsi/src/target.c
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/src/util.c

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