diff --git a/connection/connection.go b/connection/connection.go index 3a38513..1483a98 100644 --- a/connection/connection.go +++ b/connection/connection.go @@ -360,7 +360,8 @@ 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. + // that channel + // TODO: (otherwise we just ignore) Clarify Protocol Spec? 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{})