kopia lustrzana https://github.com/meshtastic/protobufs
fix formatting
rodzic
9c16118e59
commit
3252ed0f13
|
@ -864,7 +864,7 @@ This message wraps a MeshPacket with extra metadata about the sender and how it
|
||||||
| ----- | ---- | ----- | ----------- |
|
| ----- | ---- | ----- | ----------- |
|
||||||
| packet | [MeshPacket](#MeshPacket) | | The (probably encrypted) packet |
|
| packet | [MeshPacket](#MeshPacket) | | The (probably encrypted) packet |
|
||||||
| channel_id | [string](#string) | | The global channel ID it was sent on |
|
| channel_id | [string](#string) | | The global channel ID it was sent on |
|
||||||
| gateway_id | [string](#string) | | The sending gateway. 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 |
|
| gateway_id | [string](#string) | | 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 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -240,7 +240,7 @@ message Routing {
|
||||||
* The application layer service on the remote node received your request, but considered your request not authorized (i.e you did not
|
* The application layer service on the remote node received your request, but considered your request not authorized (i.e you did not
|
||||||
* send the request on the required bound channel)
|
* send the request on the required bound channel)
|
||||||
*/
|
*/
|
||||||
NOT_AUTHORIZED = 33;
|
NOT_AUTHORIZED = 33;
|
||||||
}
|
}
|
||||||
|
|
||||||
oneof variant {
|
oneof variant {
|
||||||
|
|
Ładowanie…
Reference in New Issue