Skip to content

Commit

Permalink
tweak: Increase default window size to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooxius committed Feb 15, 2024
1 parent bb459d9 commit 1f55842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteNetLib/NetConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public enum DeliveryMethod : byte
public static class NetConstants
{
//can be tuned
public const int DefaultWindowSize = 64;
public const int DefaultWindowSize = 128;
public const int SocketBufferSize = 1024 * 1024; //1mb
public const int SocketTTL = 255;

Expand Down

0 comments on commit 1f55842

Please sign in to comment.