freebsd-nq/sys/dev/iscsi
Edward Tomasz Napierala 68ca2e2ebb Fix extremely slow operation with data digests enabled. This was caused
by receive code waiting for data digest even when the data segment was
empty.  It didn't actually read it, but it waited until those four bytes
become available in the socket buffer, i.e. until any other PDU (such as NOP)
came in.

PR:		kern/185240
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
2013-12-30 12:18:06 +00:00
..
icl_proxy.c
icl.c Fix extremely slow operation with data digests enabled. This was caused 2013-12-30 12:18:06 +00:00
icl.h
iscsi_ioctl.h
iscsi_proto.h
iscsi.c Properly refuse handoff requests on already connected sessions. Previously 2013-12-10 18:18:39 +00:00
iscsi.h