Increase number of communication pipes to 16.

This commit is contained in:
Jim Norman 2006-04-12 15:06:03 +00:00
parent 062bd2f12b
commit 53c962844c

View File

@ -37,7 +37,7 @@ namespace sscs.communication.win {
public Hashtable Pipes;
private uint NumberPipes = 5;
private uint NumberPipes = 16;
private uint OutBuffer = 65536; //512;
private uint InBuffer = 65536; //512;
private const int MAX_READ_BYTES = 5000;