Browse Source

set address when peer test msg 4 received

pull/2101/head
orignal 2 months ago
parent
commit
edb2ba7107
  1. 1
      libi2pd/SSU2Session.cpp

1
libi2pd/SSU2Session.cpp

@ -2318,6 +2318,7 @@ namespace transport
} }
else else
{ {
session->m_Address = addr;
if (GetTestingState ()) if (GetTestingState ())
{ {
SetTestingState (false); SetTestingState (false);

Loading…
Cancel
Save