Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chykary committed May 12, 2021
2 parents 06374f3 + 9ef1c4f commit a40c24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public abstract class NextCommon
{
protected const int MAX_MESSAGES = 1024;
protected const int MAX_MESSAGES = 256;

protected EResult SendSocket(HSteamNetConnection conn, byte[] data, int channelId)
{
Expand Down

0 comments on commit a40c24c

Please sign in to comment.