]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Handle packets encrypted via SPTPS that need to be forwarded via TCP.
[meshlink] / src / protocol.h
index 41f74ab4bcd5f736df1641cac6a12410f390d2f3..c16fdf81d7aabfd7f08ce05e3250f16124c305e4 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;