From b378c4c825b5a5041ebb5cc58b0cdd78ff00e0af Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 12 Jan 2018 13:59:52 -0500 Subject: [PATCH] Revert "Protocol Question TODO" This reverts commit 9788c07ac45767e2ab2bf432befc498557af2896. --- connection/connection.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/connection/connection.go b/connection/connection.go index 1483a98..3a38513 100644 --- a/connection/connection.go +++ b/connection/connection.go @@ -360,8 +360,7 @@ func (rc *Connection) Process(handler Handler) error { } else { // When a non-zero packet is received for an unknown // channel, the recipient responds by closing - // that channel - // TODO: (otherwise we just ignore) Clarify Protocol Spec? + // that channel. rc.traceLog(fmt.Sprintf("received packet on unknown channel %d. closing.", packet.Channel)) if len(packet.Data) != 0 { rc.SendRicochetPacket(rc.Conn, packet.Channel, []byte{})