32 enum class TestMode :
int {
33 TestingInternalIps = 0,
34 WaitingForInternalIpsResponse = 1,
35 TestingExternalIpsFacilitatorPortToFacilitatorPort = 2,
36 TestingExternalIps1024ToFacilitatorPort = 3,
37 TestingExternalIpsFacilitatorPortTo1024 = 4,
38 TestingExternalIps1024To1024 = 5,
39 WaitingAfterAllAttempts = 6,
40 PunchingFixedPort = 7,