more net 4.0 parallelization
This commit is contained in:
parent
0e31731d01
commit
d2e02ecda4
5 changed files with 254 additions and 155 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue