1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-17 23:56:30 +09:00

NetChannelsPerDeliveryMethod made public

This commit is contained in:
lidgren
2010-07-13 13:25:24 +00:00
parent 7cfdc0a218
commit 0a65259e86

View File

@@ -22,9 +22,9 @@ namespace Lidgren.Network
{ {
internal static class NetConstants internal static class NetConstants
{ {
internal const int NetChannelsPerDeliveryMethod = 32; public const int NetChannelsPerDeliveryMethod = 32;
internal const int NumSequenceNumbers = ushort.MaxValue + 1; // 0 is a valid sequence number public const int NumSequenceNumbers = ushort.MaxValue + 1; // 0 is a valid sequence number
/// <summary> /// <summary>
/// Number of channels which needs a sequence number to work /// Number of channels which needs a sequence number to work