Files
2026-02-21 16:45:37 +08:00

12 lines
221 B
C#

namespace Oculus.Platform.Samples.NetChat
{
public static class Constants
{
public const int BUFFER_SIZE = 512;
public const string BOUT_POOL = "bout_pool";
public const string FILTER_POOL = "filter_pool";
}
}