]> Cypherpunks repositories - gostls13.git/commit
net: enable RFC 6555 Fast Fallback by default
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Nov 2018 16:29:42 +0000 (16:29 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Nov 2018 16:45:08 +0000 (16:45 +0000)
commitefc185029bf770894defe63cec2c72a4c84b2ee9
treec9ee8ec9029e366a8f6faa48db97aebc212d99cd
parent0ff6e5f1b48dfdff9ebf77796eeca1a5ec097def
net: enable RFC 6555 Fast Fallback by default

The Dialer.DualStack field is now meaningless and documented as
deprecated.

To disable fallback, set FallbackDelay to a negative value.

Fixes #22225

Change-Id: Icc212fe07bb69d7651ab81e539b8b3e3d3372fa9
Reviewed-on: https://go-review.googlesource.com/c/146659
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dial.go