How do you increase the number of hops I2Pd does?

All around i2pd - a different implementation of the I2P protocol
Post Reply
Chef K
Posts: 15
Joined: 14 Apr 2025 12:54

How do you increase the number of hops I2Pd does?

Post 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
User avatar
lgillis
Posts: 200
Joined: 20 Oct 2018 12:52
Contact:

Re: How do you increase the number of hops I2Pd does?

Post by lgillis »

    I2P preserves your right to informal self-determination.
User avatar
cumlord
Posts: 10
Joined: 13 Jul 2024 05:14

Re: How do you increase the number of hops I2Pd does?

Post 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
Chef K
Posts: 15
Joined: 14 Apr 2025 12:54

Re: How do you increase the number of hops I2Pd does?

Post 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
User avatar
cumlord
Posts: 10
Joined: 13 Jul 2024 05:14

Re: How do you increase the number of hops I2Pd does?

Post 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
Chef K
Posts: 15
Joined: 14 Apr 2025 12:54

Re: How do you increase the number of hops I2Pd does?

Post 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?
User avatar
cumlord
Posts: 10
Joined: 13 Jul 2024 05:14

Re: How do you increase the number of hops I2Pd does?

Post by cumlord »

if you only care about hops its length, quantity is number of tunnels
Post Reply