Fix QUIC defragger

This commit is contained in:
世界
2023-09-07 19:26:45 +08:00
parent 806f7d0a2b
commit ff209471d8
10 changed files with 26 additions and 78 deletions

View File

@@ -6,8 +6,8 @@ import (
"syscall"
"github.com/sagernet/quic-go"
"github.com/sagernet/sing-box/common/baderror"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/baderror"
)
type PacketConnWrapper struct {