set address when peer test msg 4 received

This commit is contained in:
orignal 2024-09-24 15:20:10 -04:00
parent 74f0330730
commit edb2ba7107

View File

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