|
@@ -12,6 +12,8 @@ import (
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
func TestSockOptMark(t *testing.T) {
|
|
func TestSockOptMark(t *testing.T) {
|
|
|
|
|
+ t.Skip("requires CAP_NET_ADMIN")
|
|
|
|
|
+
|
|
|
tcpServer := tcp.Server{
|
|
tcpServer := tcp.Server{
|
|
|
MsgProcessor: func(b []byte) []byte {
|
|
MsgProcessor: func(b []byte) []byte {
|
|
|
return b
|
|
return b
|