mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
complete Bob side of NTCP2
This commit is contained in:
parent
07e7c2d852
commit
0ff9c9da27
5 changed files with 109 additions and 59 deletions
|
@ -478,7 +478,7 @@ namespace i2p
|
|||
if (n2k)
|
||||
{
|
||||
n2k.seekg (0, std::ios::end);
|
||||
len = fk.tellg();
|
||||
len = n2k.tellg();
|
||||
n2k.seekg (0, std::ios::beg);
|
||||
if (len == sizeof (NTCP2PrivateKeys))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue