Add bool to StoreForward config to set it as server

pull/530/head
GUVWAF 2024-07-06 10:05:21 +02:00
rodzic 1198b7dbab
commit 940395c81e
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -468,6 +468,11 @@ message ModuleConfig {
* TODO: REPLACE
*/
uint32 history_return_window = 5;
/*
* Set to true to let this node act as a server that stores received messages and resends them upon request.
*/
bool is_server = 6;
}
/*