Add UDP timeout route option

This commit is contained in:
世界
2024-11-24 14:45:40 +08:00
parent 9f1aa535f0
commit 7bd148e74d
14 changed files with 155 additions and 239 deletions

View File

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