|
@@ -41,12 +41,12 @@ namespace ISCSI.Client
|
|
|
public const int FirstBurstLength = 65536;
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
public const int DefaultTime2Wait = 2;
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
public const int DefaultTime2Retain = 20;
|
|
@@ -63,7 +63,9 @@ namespace ISCSI.Client
|
|
|
public class Connection
|
|
|
{
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
public const int MaxRecvDataSegmentLength = 8192;
|
|
|
}
|