Update icmp network name

This commit is contained in:
世界 2025-08-25 22:19:09 +08:00
parent 59e42c0d1f
commit e6c64e3f18
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 9 additions and 49 deletions

View file

@ -12,6 +12,7 @@ import (
"github.com/sagernet/sing-tun/internal/gtcpip/header"
"github.com/sagernet/sing-tun/ping"
"github.com/sagernet/sing/common/buf"
"github.com/stretchr/testify/require"
)

View file

@ -12,6 +12,7 @@ import (
"github.com/sagernet/sing/common/control"
E "github.com/sagernet/sing/common/exceptions"
M "github.com/sagernet/sing/common/metadata"
"golang.org/x/sys/unix"
)