mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-17 04:41:48 +02:00
static keys table
This commit is contained in:
parent
2af4a2b58d
commit
7c535159bc
5 changed files with 49 additions and 0 deletions
libi2pd
|
@ -714,6 +714,7 @@ namespace transport
|
|||
Terminate ();
|
||||
return;
|
||||
}
|
||||
i2p::data::UpdateStaticKey (addr->s, ri.GetIdentHash ()); // good static key
|
||||
i2p::data::netdb.PostI2NPMsg (CreateI2NPMessage (eI2NPDummyMsg, buf.data () + 3, size)); // TODO: should insert ri and not parse it twice
|
||||
// TODO: process options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue