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