X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet.h;h=419f961f553ae707768fd561ae57a1777595e64c;hb=df687b5ca86b93e0801db54ba4bca0f81ff02548;hp=ba4cdb44375b11b98d3082198bad3ebe565d88ad;hpb=7208397398f7e08d741bfa83594a88e5d01b6220;p=tinc diff --git a/src/net.h b/src/net.h index ba4cdb44..419f961f 100644 --- a/src/net.h +++ b/src/net.h @@ -101,12 +101,6 @@ typedef struct vpn_packet_t { #define PKT_MAC 2 #define PKT_PROBE 4 -typedef enum packet_type_t { - PACKET_NORMAL, - PACKET_COMPRESSED, - PACKET_PROBE -} packet_type_t; - typedef struct listen_socket_t { io_t tcp; io_t udp;