mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
support udp
This commit is contained in:
@@ -20,7 +20,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrMsgType = errors.New("message type error")
|
||||
ErrMsgType = errors.New("message type error")
|
||||
ErrCtlClosed = errors.New("control is closed")
|
||||
)
|
||||
|
||||
func PanicToError(fn func()) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user