From 120f41f225a17d3bd79563a34810029fbaefb063 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 10 Apr 2011 15:36:23 +1000 Subject: [PATCH] TODO: Update TODO to reflect we now do target driven NOPs --- TODO | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TODO b/TODO index 19f445d..dc12eb1 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,5 @@ Some features that should be added -* Target driven iscsi-nop, to teach the library to respond to these. - These are unsolicited nops sent from the targetr which we need to respond - to. TGTD does not suppot these but IET should do so and could be used - to test with. - This is a simple addition, but needs a target that uses iscsi-nop - for testing. - Since libiscsi will be a responder to these commands, we will - not receive a reply to these, as we do for almost all normal commands. - This is somewhat similar to how we do data-out pdus. - See ISCSI_PDU_DELETE_WHEN_SENT and iscsi_send_data_out() for how - create and send PDUs to which we will not expect a response. - * More efficient api for read/write commands where we read/write straight from the socket into the buffer the application specified instead of as now we pass the data to a callback and then copy it.