-
bandwidth = P and bandwidth = X are clear but what is the right syntax if I want to use real numbers? Is just the value in KB/s or should I add units too? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://i2pd.readthedocs.io/en/latest/user-guide/configuration/#general-options You can use letters and integers. If you set integer value, router will publish flag with higher bandwidth level, but your value will be preferred. |
Beta Was this translation helpful? Give feedback.
-
I did read that but the example in the config explains it in a weird way. I mean, 2048KBs/sec is not exactly a common notation. but I know now. Thanks. |
Beta Was this translation helpful? Give feedback.
https://i2pd.readthedocs.io/en/latest/user-guide/configuration/#general-options
You can use letters and integers. If you set integer value, router will publish flag with higher bandwidth level, but your value will be preferred.
Example: You set
bandwidth = 2000
, router will publish flagP
(limit 2048) but will limit building tunnels at 2000 KBps.