final InetSocketAddress p2pLocalAddress = new InetSocketAddress(port);
final InetSocketAddress p2pBootstrapAddress = remoteHost != null
&& remotePort != null ? new InetSocketAddress(remoteHost,
remotePort) : null;
return new DHashService("ChordLess", p2pLocalAddress,
p2pBootstrapAddress, jdbcDriver, jdbcUrl);
}