Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangliding authored Aug 9, 2024
1 parent 7c898f9 commit 2cfeef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/conf/freedom.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ func (c *FreedomConfig) Build() (proto.Message, error) {
var err, err2 error

switch strings.ToLower(c.Fragment.Packets) {
case "recordlayer":
// TLS Hello Fragmentation (into two record layer fragments)
case "singletlshello":
// TLS Hello Fragmentation (into multiple handshake messages but one tcp segment)
config.Fragment.PacketsFrom = 1
config.Fragment.PacketsTo = 1
case "tlshello":
Expand Down

0 comments on commit 2cfeef3

Please sign in to comment.