Improve websocket writer
This commit is contained in:
6
transport/v2raywebsocket/mask.go
Normal file
6
transport/v2raywebsocket/mask.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package v2raywebsocket
|
||||
|
||||
import _ "unsafe"
|
||||
|
||||
//go:linkname maskBytes github.com/sagernet/websocket.maskBytes
|
||||
func maskBytes(key [4]byte, pos int, b []byte) int
|
||||
Reference in New Issue
Block a user