We do not accept connection attempts for a quarantined node until it restarts and resets its UID.
Inheritance: EndpointPolicy
Example #1
0
 public void MarkAsQuarantined(Address address, int uid, Deadline timeOfRelease)
 {
     _addressToWritable[address] = new EndpointManager.Quarantined(uid, timeOfRelease);
 }
Example #2
0
 public void MarkAsQuarantined(Address address, int uid, Deadline timeOfRelease)
 {
     _addressToWritable[address] = new EndpointManager.Quarantined(uid, timeOfRelease);
 }