]> www.tinc-vpn.org Git - tinc/blobdiff - src/protocol.h
Handle packets encrypted via SPTPS that need to be forwarded via TCP.
[tinc] / src / protocol.h
index a56153946f6ee20e0180221a7c24b119cda8f30a..c16fdf81d7aabfd7f08ce05e3250f16124c305e4 100644 (file)
@@ -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;