From 9c16118e59e7318cd8cb92199511c19232939f5f Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 3 Apr 2021 14:53:28 +0800 Subject: [PATCH] docs --- mqtt.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt.proto b/mqtt.proto index a5032a7..860a00c 100644 --- a/mqtt.proto +++ b/mqtt.proto @@ -22,7 +22,7 @@ message ServiceEnvelope { string channel_id = 2; /* - * The sending gateway. Can we use this to authenticate/prevent fake + * The sending gateway node ID. Can we use this to authenticate/prevent fake * nodeid impersonation for senders? - i.e. use gateway/mesh id (which is authenticated) + local node id as * the globally trusted nodenum */