mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
16 lines
306 B
C#
16 lines
306 B
C#
namespace Netch.Models
|
|
{
|
|
public class STUN_Client
|
|
{
|
|
public enum NatType
|
|
{
|
|
UdpBlocked,
|
|
OpenInternet,
|
|
SymmetricUdpFirewall,
|
|
FullCone,
|
|
RestrictedCone,
|
|
PortRestrictedCone,
|
|
Symmetric
|
|
}
|
|
}
|
|
} |