send PeerTest if partly has 'B' capability only

pull/63/head
orignal 10 years ago
parent 9c7039cf78
commit c9c38cccf6

@ -565,7 +565,7 @@ namespace ssu
Send (it);
m_DelayedMessages.clear ();
}
if (m_PeerTest)
if (m_PeerTest && (m_RemoteRouter && m_RemoteRouter->IsPeerTesting ()))
SendPeerTest ();
ScheduleTermination ();
}

Loading…
Cancel
Save