]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Fix handling of initial datagram SPTPS packet.
[meshlink] / src / protocol.h
index 1211f9fe23a54a4ed067972afcefd3ec221ee443..9030ce5ae5028787b16433b96640724c66615d4d 100644 (file)
@@ -47,7 +47,6 @@ typedef enum request_t {
        CONTROL,
        REQ_PUBKEY, ANS_PUBKEY,
        REQ_SPTPS,
-       REQ_PACKET,
        LAST                                            /* Guardian for the highest request number */
 } request_t;