mirror of https://github.com/v2ray/v2ray-core
parent
036158570c
commit
fbd7bcab07
|
@ -12,6 +12,8 @@ import (
|
|||
)
|
||||
|
||||
func TestSockOptMark(t *testing.T) {
|
||||
t.Skip("requires CAP_NET_ADMIN")
|
||||
|
||||
tcpServer := tcp.Server{
|
||||
MsgProcessor: func(b []byte) []byte {
|
||||
return b
|
||||
|
|
Loading…
Reference in New Issue