- Locking fixes on peer testing
   - More locking fixes on rebuilding address
   - Slow down peer test frequency, esp. when firewalled
* Transports:
   - Deprecate unused recheckReachability()
This commit is contained in:
zzz
2014-04-27 18:46:11 +00:00
parent aa0616d7c5
commit 87889bb322
7 changed files with 91 additions and 22 deletions

View File

@ -57,8 +57,8 @@ public class ConfigNetHandler extends FormHandler {
protected void processForm() {
if (_saveRequested || ( (_action != null) && (_("Save changes").equals(_action)) )) {
saveChanges();
} else if (_recheckReachabilityRequested) {
recheckReachability();
//} else if (_recheckReachabilityRequested) {
// recheckReachability();
} else {
// noop
}
@ -137,10 +137,12 @@ public class ConfigNetHandler extends FormHandler {
_ipv6Mode = mode;
}
/****
private void recheckReachability() {
_context.commSystem().recheckReachability();
addFormNotice(_("Rechecking router reachability..."));
}
****/
/**
* The user made changes to the network config and wants to save them, so