tell the phone what the current worst case message timeout is

pull/2/head
geeksville 2020-05-30 19:04:33 -07:00
rodzic d624f8cb17
commit e9c7f9b95d
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -567,6 +567,11 @@ message MyNodeInfo {
Old device loads (older that 0.6.5 do not populate this field, but all newer loads do). */
uint32 node_num_bits = 12;
/** How long before we consider a message abandoned and we can clear our caches of any messages in flight
Normally quite large to handle the worst case message delivery time, 5 minutes. Formerly called FLOOD_EXPIRE_TIME in the device code
*/
uint32 message_timeout_msec = 13;
/// FIXME - add more useful debugging state (queue depths etc)
}