12 lines
221 B
C#
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";
|
|
}
|
|
}
|