X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=41f74ab4bcd5f736df1641cac6a12410f390d2f3;hb=153abaa4d940bf2bc9bd7275d5efe5c01c354190;hp=ee6f1f0e69217c805ab09be51b5eef1a5b50a7d9;hpb=76a3ada4eb4032172c3d780915a07680f9954d42;p=tinc diff --git a/src/protocol.h b/src/protocol.h index ee6f1f0e..41f74ab4 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -43,7 +43,10 @@ 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, LAST /* Guardian for the highest request number */ } request_t;