From f22eac497b9c8673a9a13b6d4480ff5b0fa43303 Mon Sep 17 00:00:00 2001 From: Arceliar Date: Thu, 3 Oct 2019 18:50:33 -0500 Subject: [PATCH] typo --- src/yggdrasil/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yggdrasil/conn.go b/src/yggdrasil/conn.go index 9da2ad83..0a0fc83d 100644 --- a/src/yggdrasil/conn.go +++ b/src/yggdrasil/conn.go @@ -260,7 +260,7 @@ func (c *Conn) _write(msg FlowKeyMessage) error { c.session.Act(c, func() { // Send the packet c.session._send(msg) - // Session keep-alive, while we wait for the crypto workers from sefnd + // Session keep-alive, while we wait for the crypto workers from send switch { case time.Since(c.session.time) > 6*time.Second: if c.session.time.Before(c.session.pingTime) && time.Since(c.session.pingTime) > 6*time.Second {