X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=c16fdf81d7aabfd7f08ce05e3250f16124c305e4;hb=c2a9ed9e98e3dc4218c74fff774ddfe654adfd72;hp=a56153946f6ee20e0180221a7c24b119cda8f30a;hpb=68a20876d0c4a6c370064d78786dd9f2aa6273cb;p=tinc diff --git a/src/protocol.h b/src/protocol.h index a5615394..c16fdf81 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -46,6 +46,8 @@ typedef enum request_t { /* Tinc 1.1 requests */ CONTROL, REQ_PUBKEY, ANS_PUBKEY, + REQ_SPTPS, + REQ_PACKET, LAST /* Guardian for the highest request number */ } request_t;