Merge pull request #530 from GUVWAF/SF_is_server

Add bool to StoreForward config to set it as server
pull/531/head
Ben Meadors 2024-07-08 14:28:31 -05:00 zatwierdzone przez GitHub
commit 0fd5023a0a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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;
}
/*