summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2022-09-07 16:01:45 +0800
committer彭宣正 <[email protected]>2022-09-07 19:54:52 +0800
commitb9fdb44645bc220b90c7fb2dcec36074d3590c6e (patch)
treea91de1abd96748b53cfc452143dbb02c4d9e1c25 /inc
parent0fcf2b3dff4582ef6e2c47e048dc64edc3aee2de (diff)
✨ feat(TSG-11870): 支持dtls
Diffstat (limited to 'inc')
-rw-r--r--inc/tsg_label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/tsg_label.h b/inc/tsg_label.h
index 543b1f7..4aa7690 100644
--- a/inc/tsg_label.h
+++ b/inc/tsg_label.h
@@ -35,6 +35,7 @@ typedef enum _tsg_protocol
PROTO_PPTP,
PROTO_STRATUM,
PROTO_RDP,
+ PROTO_DTLS,
PROTO_MAX
}tsg_protocol_t;