Skip to content

Commit

Permalink
adjust message
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Aug 12, 2024
1 parent 4b00288 commit 79940ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func main() {

// Scavenge parameters check
if config.AutoExpire != 0 && config.ScavengeTTL > config.AutoExpire {
color.Red("WARNING: scavengettl is smaller than autoexpire, it will eventually run out the outgoings port.")
color.Red("WARNING: scavengettl is smaller than autoexpire, connections may race to use bandwidth")
}

// SMUX Version check
Expand Down

0 comments on commit 79940ba

Please sign in to comment.