On Tue, 16 Oct 2007 11:19:51 -0400 Pete Wyckoff <pw at osc.edu> wrote: > Make event modification a transport-specific operation. TCP > has a nice transmit flow control mechanism that relies on > checking that the socket is writeable. RDMA cannot take > advantage of this. > > Signed-off-by: Pete Wyckoff <pw at osc.edu> > --- > usr/iscsi/iscsi_tcp.c | 26 ++++++++++++++++++-------- > usr/iscsi/iscsid.c | 20 +++++++++++--------- > usr/iscsi/transport.h | 1 + > 3 files changed, 30 insertions(+), 17 deletions(-) Applied, thanks. |