62 enum class TestMode :
int {
63 TestingInternalIps = 0,
64 WaitingForInternalIpsResponse = 1,
65 TestingExternalIpsFacilitatorPortToFacilitatorPort = 2,
66 TestingExternalIps1024ToFacilitatorPort = 3,
67 TestingExternalIpsFacilitatorPortTo1024 = 4,
68 TestingExternalIps1024To1024 = 5,
69 WaitingAfterAllAttempts = 6,
70 PunchingFixedPort = 7,
92 SendPing& operator=(SendPing
const&);
93 SendPing(SendPing
const&);