IscsiSocket.CookPDU() takes too long for larger writes/reads, and causes timeouts. The while loop only writes the first KB to the log file, but then continues to iterate through every byte checking if it needs to be written to log file.
The while loop has been changed to only iterate through the first KB of data as of V0.60_beta.
Log in to post a comment.
The while loop has been changed to only iterate through the first KB of data as of V0.60_beta.