8 lines
139 B
C#
8 lines
139 B
C#
namespace CatLink.Models
|
|
{
|
|
public static class Proto
|
|
{
|
|
public const int TCP = 6;
|
|
public const int UDP = 17;
|
|
}
|
|
} |