Add UDP timeout route option

This commit is contained in:
世界
2024-11-24 14:45:40 +08:00
parent 9c35bc1bf2
commit 23123a3f15
13 changed files with 143 additions and 223 deletions

View File

@@ -10,6 +10,7 @@ const (
ProtocolDTLS = "dtls"
ProtocolSSH = "ssh"
ProtocolRDP = "rdp"
ProtocolNTP = "ntp"
)
const (