Handle packets encrypted via SPTPS that need to be forwarded via TCP.
[tinc] / src / protocol.h
index 41f74ab..c16fdf8 100644 (file)
@@ -47,6 +47,7 @@ typedef enum request_t {
        CONTROL,
        REQ_PUBKEY, ANS_PUBKEY,
        REQ_SPTPS,
+       REQ_PACKET,
        LAST                                            /* Guardian for the highest request number */
 } request_t;