* Reseed, peermanager, transport, ntcp, udp, tunnel, tunnel pool

- Findbugs
      - Replace "ghetto" mark/reset
      - Remove dead code in TrivialPreprocessor
      - More efficient UDP peer sort
      - finals
This commit is contained in:
zzz
2011-01-06 22:49:16 +00:00
parent a087c82db9
commit 0129051063
32 changed files with 150 additions and 227 deletions

View File

@ -100,7 +100,7 @@ public class ConfigNetHelper extends HelperBase {
}
public String getTcpAutoIPChecked(int mode) {
boolean enabled = TransportManager.enableNTCP(_context);
boolean enabled = TransportManager.isNTCPEnabled(_context);
String hostname = _context.getProperty(PROP_I2NP_NTCP_HOSTNAME);
boolean specified = hostname != null && hostname.length() > 0;
String auto = _context.getProperty(PROP_I2NP_NTCP_AUTO_IP, "false");