Skip to content

Commit

Permalink
Revert "tweak: Increase default window size to 128"
Browse files Browse the repository at this point in the history
This reverts commit 1f55842.

I am experimenting with the library and so need main to be back to what we're actually shipping.
  • Loading branch information
ProbablePrime committed Mar 28, 2024
1 parent 1f55842 commit fadd5e3
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 = 128;
public const int DefaultWindowSize = 64;
public const int SocketBufferSize = 1024 * 1024; //1mb
public const int SocketTTL = 255;

Expand Down

0 comments on commit fadd5e3

Please sign in to comment.