more net 4.0 parallelization

This commit is contained in:
Mark Sturgill 2013-10-11 03:58:28 -07:00
parent 0e31731d01
commit d2e02ecda4
5 changed files with 254 additions and 155 deletions

View file

@ -168,7 +168,7 @@ namespace Server.Network {
return gram;
}
private const int PendingCap = 128 * 1024;
private const int PendingCap = 256 * 1024;
public Gram Enqueue( byte[] buffer, int length ) {
return Enqueue( buffer, 0, length );