Index: iscsitarget/trunk/usr/ietd.c =================================================================== --- iscsitarget.orig/trunk/usr/ietd.c +++ iscsitarget/trunk/usr/ietd.c @@ -29,7 +29,14 @@ #include "ietadm.h" #define LISTEN_MAX 8 -#define INCOMING_MAX 32 + +/* + changed INCOMING_MAX from 32 to 256 since we have seen initiators unable + to login (connection RST) during the login phase + + http://blog.wpkg.org/2007/09/09/solving-reliability-and-scalability-problems-with-iscsi/ +*/ +#define INCOMING_MAX 256 enum { POLL_LISTEN,