oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.72k stars 220 forks source link

Misstatement of dynamic assignment of ifname in lokinet.ini. #2105

Closed necro-nemesis closed 1 year ago

necro-nemesis commented 1 year ago

In config.cpp the commented name information is incorrect wrt dynamically assigned interface names.

""Interface name for lokinet traffic. If unset lokinet will look for a free name", "matching 'lokinetN', starting at N=0 (e.g. lokinet0, lokinet1, ...).","

recommend:

"Interface name for lokinet traffic. If unset lokinet will look for a free name", "matching 'lokitunN', starting at N=0 (e.g. lokitun0, lokitun1, ...).",