mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set unreachable trough NetDb
This commit is contained in:
parent
af997473b2
commit
c9abb62988
6 changed files with 38 additions and 28 deletions
3
NetDb.h
3
NetDb.h
|
@ -78,7 +78,8 @@ namespace data
|
|||
const RouterInfo * GetRandomRouter () const;
|
||||
const RouterInfo * GetRandomRouter (const RouterInfo * compatibleWith) const;
|
||||
const RouterInfo * GetHighBandwidthRandomRouter (const RouterInfo * compatibleWith) const;
|
||||
|
||||
void SetUnreachable (const IdentHash& ident, bool unreachable);
|
||||
|
||||
void PostI2NPMsg (I2NPMessage * msg);
|
||||
|
||||
// for web interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue