I've tried to read the documentation but I couldn't find it so I'm posting here...
I am new to I2P so please forgive me for this,
also, what happens if you go beyond 7 hops?
-Chef K
How do you increase the number of hops I2Pd does?
Re: How do you increase the number of hops I2Pd does?
Hi Chef K!
I2P Network Performance: Speed, Connections and Resource Management (Tunnel and Hops)
I2P Tunnel and Hops.webp
I've been getting low tunnel creation success rates …
I2P Network Performance: Speed, Connections and Resource Management (Tunnel and Hops)
I2P Tunnel and Hops.webp
I2P preserves your right to informal self-determination.
Re: How do you increase the number of hops I2Pd does?
if you do this through i2cp i've found it just crashes i2pd so i wouldn't be surprised if this would also do that
Re: How do you increase the number of hops I2Pd does?
I'm asking how to configure I2Pd to USE more hops and not trying to discuss the topic of number of hops.
-Chef K
-Chef K
Re: How do you increase the number of hops I2Pd does?
above was in response to that. really no reason to go that highalso, what happens if you go beyond 7 hops?
its in your i2pd.conf and tunnels.conf files, these params under each block
Code: Select all
inbound.length = x
outbound.length = x
inbound.quantity = x
outbound.quantity = x
Re: How do you increase the number of hops I2Pd does?
I see in my i2pd.conf file that I have a length of 2 and a quantity of 3cumlord wrote: ↑22 Apr 2025 07:25above was in response to that. really no reason to go that highalso, what happens if you go beyond 7 hops?
its in your i2pd.conf and tunnels.conf files, these params under each blockCode: Select all
inbound.length = x outbound.length = x inbound.quantity = x outbound.quantity = x
Code: Select all
# inbound.length = 2
# inbound.quantity = 3
# outbound.length = 2
# outbound.quantity = 3
Like:
Code: Select all
inbound.length = 3
inbound.quantity = 4
outbound.length = 3
outbound.quantity = 4
Re: How do you increase the number of hops I2Pd does?
if you only care about hops its length, quantity is number of tunnels