Skip to content

Commit dbb0ab5

Browse files
committed
feedback
1 parent f488873 commit dbb0ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/tunnels_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func TestCertDowngrade(t *testing.T) {
237237
}
238238
since := time.Since(waitStart)
239239
if since > time.Second*5 {
240-
r.Log("wtf")
240+
r.Log("it is unusual that the cert is not new yet, but not a failure yet")
241241
}
242242
if since > time.Second*10 {
243243
r.Log("wtf")

handshake_ix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func ixHandshakeStage0(f *Interface, hh *HandshakeHostInfo) bool {
2828
if hh.initiatingVersionOverride != cert.VersionPre1 {
2929
v = hh.initiatingVersionOverride
3030
} else if v < cert.Version2 {
31-
// If we're connecting to a v6 address we must use a v2 cert
31+
// If we're connecting to a v6 address we should encourage use of a V2 cert
3232
for _, a := range hh.hostinfo.vpnAddrs {
3333
if a.Is6() {
3434
v = cert.Version2

0 commit comments

Comments
 (0)