X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=a56153946f6ee20e0180221a7c24b119cda8f30a;hb=68a20876d0c4a6c370064d78786dd9f2aa6273cb;hp=540a7c3fb6aa7455791727bbdf5e150f27a78df6;hpb=58007d7efa3940c863c5a398f8b257a686ce37ba;p=tinc diff --git a/src/protocol.h b/src/protocol.h index 540a7c3f..a5615394 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -24,7 +24,7 @@ /* Protocol version. Different major versions are incompatible. */ #define PROT_MAJOR 17 -#define PROT_MINOR 2 +#define PROT_MINOR 2 /* Should not exceed 255! */ /* Silly Windows */ @@ -43,7 +43,9 @@ typedef enum request_t { ADD_EDGE, DEL_EDGE, KEY_CHANGED, REQ_KEY, ANS_KEY, PACKET, + /* Tinc 1.1 requests */ CONTROL, + REQ_PUBKEY, ANS_PUBKEY, LAST /* Guardian for the highest request number */ } request_t;