Fix QUIC defragger

This commit is contained in:
世界
2023-09-07 21:35:25 +08:00
parent 806f7d0a2b
commit ff209471d8
10 changed files with 26 additions and 78 deletions
+1 -1
View File
@@ -11,8 +11,8 @@ import (
"sync"
"time"
"github.com/sagernet/sing-box/common/baderror"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/baderror"
"github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/bufio"
M "github.com/sagernet/sing/common/metadata"