This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
v2ray-core
mirror of
https://github.com/v2ray/v2ray-core
Watch
1
Star
0
Fork
You've already forked v2ray-core
0
Code
Issues
Releases
Wiki
Activity
b9b1e3fe61
v2ray-core
/
transport
/
errors.go
10 lines
103 B
Go
Raw
Blame
History
package
transport
import
(
"errors"
)
var
(
CorruptedPacket
=
errors
.
New
(
"Packet is corrupted."
)
)
Reference in New Issue
View Git Blame
Copy Permalink