pull/8/head
Kevin Hester 2020-12-28 14:38:51 +08:00
rodzic a66504ed64
commit 3e492ad2d5
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -16,8 +16,8 @@ message ServiceEnvelope {
/** The global channel ID it was sent on */
string channel_id = 2;
/** The sending mesh. FIXME, is this necessary? can we use this to authenticate/prevent fake
nodeid impersonation for senders - i.e. use mesh id (which is authenticated) + local node id as
/** 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 */
string mesh_id = 3;
string gateway_id = 3;
}

Wyświetl plik

@ -7,5 +7,5 @@
# FIXME - max_count is actually 32 but we save/load this as one long string of preencoded MeshPacket bytes - not a big array in RAM
*DeviceState.receive_queue max_count:1
*DeviceState.secondary_channels max_count:4
*DeviceState.secondary_channels max_count:7