X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=c16fdf81d7aabfd7f08ce05e3250f16124c305e4;hb=0b8b23e0dd7219344543f135ca0aeba8a4a42d48;hp=a56153946f6ee20e0180221a7c24b119cda8f30a;hpb=248d300f1be0d5f2aae39202041699ab2b46c56b;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;