You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-18 08:06:33 +09:00
File stream sample added
This commit is contained in:
@@ -36,6 +36,7 @@ namespace Lidgren.Network
|
||||
internal const int UnreliableWindowSize = 128;
|
||||
internal const int ReliableOrderedWindowSize = 64;
|
||||
internal const int ReliableSequencedWindowSize = 64;
|
||||
internal const int DefaultWindowSize = 64;
|
||||
|
||||
internal const int MaxFragmentationGroups = ushort.MaxValue - 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user