forked from I2P_Developers/i2p.i2p
* Tunnels: Set default priorities for tunnels (ticket #719)
Exploratory: +30 IRC: +15 HTTP Proxy: +10 I2PSnark: -10
This commit is contained in:
@ -219,6 +219,8 @@ public class I2PSnarkUtil {
|
||||
opts.setProperty("inbound.nickname", "I2PSnark");
|
||||
if (opts.getProperty("outbound.nickname") == null)
|
||||
opts.setProperty("outbound.nickname", "I2PSnark");
|
||||
if (opts.getProperty("outbound.priority") == null)
|
||||
opts.setProperty("outbound.priority", "-10");
|
||||
// Dont do this for now, it is set in I2PSocketEepGet for announces,
|
||||
// we don't need fast handshake for peer connections.
|
||||
//if (opts.getProperty("i2p.streaming.connectDelay") == null)
|
||||
|
Reference in New Issue
Block a user