Page 1 of 1
How do you increase the number of hops I2Pd does?
Posted: 22 Apr 2025 05:16
by Chef K
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
Re: How do you increase the number of hops I2Pd does?
Posted: 22 Apr 2025 06:53
by lgillis
Re: How do you increase the number of hops I2Pd does?
Posted: 22 Apr 2025 06:59
by cumlord
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?
Posted: 22 Apr 2025 07:03
by Chef K
I'm asking how to configure I2Pd to USE more hops and not trying to discuss the topic of number of hops.
-Chef K
Re: How do you increase the number of hops I2Pd does?
Posted: 22 Apr 2025 07:25
by cumlord
also, what happens if you go beyond 7 hops?
above was in response to that. really no reason to go that high
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?
Posted: 22 Apr 2025 07:51
by Chef K
cumlord wrote: ↑22 Apr 2025 07:25
also, what happens if you go beyond 7 hops?
above was in response to that. really no reason to go that high
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
I see in my i2pd.conf file that I have a length of 2 and a quantity of 3
Code: Select all
# inbound.length = 2
# inbound.quantity = 3
# outbound.length = 2
# outbound.quantity = 3
As an example, If I wanted to increase it, Would I set my length to 3 and my quantity to 4?
Like:
Code: Select all
inbound.length = 3
inbound.quantity = 4
outbound.length = 3
outbound.quantity = 4
or is it just only either the quantity or length that matters?
Re: How do you increase the number of hops I2Pd does?
Posted: 22 Apr 2025 08:31
by cumlord
if you only care about hops its length, quantity is number of tunnels