diff --git a/server/pairing/connection.go b/server/pairing/connection.go index 7149483be..1d5cbc57b 100644 --- a/server/pairing/connection.go +++ b/server/pairing/connection.go @@ -59,6 +59,7 @@ func NewConnectionParams(netIPs []net.IP, port int, publicKey *ecdsa.PublicKey, // - AES encryption key // - string InstallationID of the sending device // - string KeyUID of the sending device +// // NOTE: // - append(accrete) parameters instead of changing(breaking) existing parameters. Appending should **never** break, modifying existing parameters will break. Watch this before making changes: https://www.youtube.com/watch?v=oyLBGkS5ICk // - never strictly check version, unless you really want to break