--- gvpe/src/conf.h 2011/12/17 22:05:34 1.39 +++ gvpe/src/conf.h 2012/01/17 21:38:11 1.41 @@ -59,8 +59,7 @@ PROT_TCPv4 = 0x04, // tcp over ipv4 (server) PROT_ICMPv4 = 0x08, // icmp over ipv4 PROT_DNSv4 = 0x10, // dns tunnel ipv4 (server) - PROT_IPv42 = 0x20, // temporary hack to invetsigate packet loss - PROT_EMPTY = 0x00 // not used + PROT_ALL = 0x1f }; #define PROT_RELIABLE (PROT_TCPv4 | PROT_DNSv4)