[transports] get addresses on interfaeces before initializing RouterContext

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-10-10 15:43:37 +03:00
parent 798dd8b27b
commit 1d9d89b115
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
3 changed files with 12 additions and 3 deletions

View file

@ -204,6 +204,7 @@ namespace transport
extern Transports transports;
void InitAddressFromIface ();
void InitTransports ();
}
}