ReceivedNotInterested() public method

public ReceivedNotInterested ( PeerId id ) : void
id PeerId
return void
Esempio n. 1
0
 protected override void HandleNotInterested(PeerId id, NotInterestedMessage message)
 {
     base.HandleNotInterested(id, message);
     _unchoker.ReceivedNotInterested(id);
 }