Skip to content

Commit

Permalink
critical: delay added to fragmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Sep 9, 2023
1 parent e5c1344 commit 41ac51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/adapter/fragment/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func New(conn net.Conn) *Adapter {
BSL: config.G.ChunksLengthBeforeSni,
SL: config.G.SniChunksLength,
ASL: config.G.ChunksLengthBeforeSni,
Delay: config.G.DelayBetweenChunks,
}
}

Expand Down

0 comments on commit 41ac51a

Please sign in to comment.