fix: tuicV5's heartbeat should be a datagram packet
This commit is contained in:
@ -32,3 +32,10 @@ type Server interface {
|
||||
Serve() error
|
||||
Close() error
|
||||
}
|
||||
|
||||
type UdpRelayMode uint8
|
||||
|
||||
const (
|
||||
QUIC UdpRelayMode = iota
|
||||
NATIVE
|
||||
)
|
||||
|
Reference in New Issue
Block a user