X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=c16fdf81d7aabfd7f08ce05e3250f16124c305e4;hb=0b8b23e0dd7219344543f135ca0aeba8a4a42d48;hp=ee6f1f0e69217c805ab09be51b5eef1a5b50a7d9;hpb=76a3ada4eb4032172c3d780915a07680f9954d42;p=tinc diff --git a/src/protocol.h b/src/protocol.h index ee6f1f0e..c16fdf81 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -43,7 +43,11 @@ typedef enum request_t { ADD_EDGE, DEL_EDGE, KEY_CHANGED, REQ_KEY, ANS_KEY, PACKET, + /* Tinc 1.1 requests */ CONTROL, + REQ_PUBKEY, ANS_PUBKEY, + REQ_SPTPS, + REQ_PACKET, LAST /* Guardian for the highest request number */ } request_t;