Set Blockfile as default naming service

This commit is contained in:
zzz
2011-06-30 12:45:29 +00:00
parent d537379798
commit 5ae41521a0
3 changed files with 50 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public abstract class NamingService {
/** what classname should be used as the naming service impl? */
public static final String PROP_IMPL = "i2p.naming.impl";
private static final String DEFAULT_IMPL = "net.i2p.client.naming.HostsTxtNamingService";
private static final String DEFAULT_IMPL = "net.i2p.client.naming.BlockfileNamingService";
/**
* The naming service should only be constructed and accessed through the