mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2025-10-07 17:41:02 +08:00
3.18.4 virtual private network
This commit is contained in:
@@ -25,4 +25,8 @@ var (
|
||||
ErrMsgChannelNotFound = errors.New("message channel not found")
|
||||
ErrRelayTunnelNotFound = errors.New("relay tunnel not found")
|
||||
ErrSymmetricLimit = errors.New("symmetric limit")
|
||||
ErrForceRelay = errors.New("force relay")
|
||||
ErrPeerConnectRelay = errors.New("peer connect relayNode error")
|
||||
ErrBuildTunnelBusy = errors.New("build tunnel busy")
|
||||
ErrMemAppTunnelNotFound = errors.New("memapp tunnel not found")
|
||||
)
|
||||
|
Reference in New Issue
Block a user