From: Jason A. Donenfeld Date: Sun, 18 Feb 2018 19:58:43 +0000 (+0100) Subject: Fix timer typo X-Git-Tag: 0.0.20180514~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519c5d200ab5804cec2fc02136538d091e57c3f5;p=thirdparty%2Fwireguard-go.git Fix timer typo --- diff --git a/constants.go b/constants.go index 71dd98e..8835f92 100644 --- a/constants.go +++ b/constants.go @@ -20,7 +20,7 @@ const ( ) const ( - RekeyAfterTimeReceiving = RekeyAfterTime - KeepaliveTimeout - RekeyTimeout + RekeyAfterTimeReceiving = RejectAfterTime - KeepaliveTimeout - RekeyTimeout NewHandshakeTime = KeepaliveTimeout + RekeyTimeout // upon failure to acknowledge transport message )