Menu

#7 IscsiSocket.ForwardPDUs() doesn't send all data

v1.0_(example)
closed
nobody
None
5
2016-07-21
2016-07-20
No

IscsiSocket.ForwardPDUs() doesn't send all data for larger writes. According to Python Docs, "Applications are responsible for checking that all data has been sent; if only some of the data was transmitted, the application needs to attempt delivery of the remaining data." The method needs a way to track how much data has been sent and continue to call socket.send() as required until all data has been sent.

Discussion

  • David Weidenborner

    A while loop has been added to track data sent as of V0.60_beta.

     
  • David Weidenborner

    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB