1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-19 01:52:57 -05:00
This commit is contained in:
Shelikhoo
2022-01-02 16:33:29 +00:00
committed by Xiaokang Wang (Shelikhoo)
parent 0b8eeb0f98
commit a9bf783ad7

View File

@@ -2,7 +2,6 @@ package shadowsocks
import (
"context"
"github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
"time"
core "github.com/v2fly/v2ray-core/v5"
@@ -10,6 +9,7 @@ import (
"github.com/v2fly/v2ray-core/v5/common/buf"
"github.com/v2fly/v2ray-core/v5/common/log"
"github.com/v2fly/v2ray-core/v5/common/net"
"github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
"github.com/v2fly/v2ray-core/v5/common/protocol"
udp_proto "github.com/v2fly/v2ray-core/v5/common/protocol/udp"
"github.com/v2fly/v2ray-core/v5/common/session"