1
0
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:
lidgren
2010-11-14 23:05:32 +00:00
parent e8e7268421
commit 936e329b40
27 changed files with 1508 additions and 7 deletions

View File

@@ -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;