Browse Source

send PeerTest if partly has 'B' capability only

pull/64/head
orignal 10 years ago
parent
commit
c9c38cccf6
  1. 2
      SSU.cpp

2
SSU.cpp

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

Loading…
Cancel
Save