Skip to content

Commit

Permalink
chore: force enable fast open
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Nov 27, 2022
1 parent 3b06115 commit 857fb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ var clientCmd = &cobra.Command{
"error": err,
}).Fatal("Failed to parse client configuration")
}
cc.FastOpen = true
client(cc)
},
}
Expand Down

0 comments on commit 857fb80

Please sign in to comment.