only allow a single retry

This commit is contained in:
Marten Seemann 2018-10-24 23:07:03 +07:00
parent cfc8a904d5
commit a7f94d89b6
6 changed files with 33 additions and 37 deletions

View file

@ -149,6 +149,3 @@ const MinPacingDelay time.Duration = 100 * time.Microsecond
// DefaultConnectionIDLength is the connection ID length that is used for multiplexed connections
// if no other value is configured.
const DefaultConnectionIDLength = 4
// MaxRetries is the maximum number of Retries a client will do before failing the connection.
const MaxRetries = 3