mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-27 17:05:27 -04:00
rkyv issue
This commit is contained in:
parent
baf1353fd2
commit
1c93b6e8cb
17 changed files with 86 additions and 196 deletions
|
@ -737,8 +737,8 @@ class VeilidConfigNetwork {
|
|||
int clientWhitelistTimeoutMs;
|
||||
int reverseConnectionReceiptTimeMs;
|
||||
int holePunchReceiptTimeMs;
|
||||
String nodeId;
|
||||
String nodeIdSecret;
|
||||
String? nodeId;
|
||||
String? nodeIdSecret;
|
||||
List<String> bootstrap;
|
||||
List<String> bootstrapNodes;
|
||||
VeilidConfigRoutingTable routingTable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue