Moritz Warning
Moritz Warning
Thanks, but that would be too much of a change right now. Anyway, how do you like the library to operate? - kadnode, just as a library? - how should...
Also important, how should the (non-blocking) event loop be integrated? Maybe the library should utilize its own thread.
I think it good practice to not do threading in the library. Some people want to use pthreads or other libs that might not be compatible. Your example looks about...
Library support won't make it into 2.0.0. There is too much work to be done. It will be a testing release anyway.
This was on my list.. But I felt the demand was not big enough to justify the effort. Merge requests are welcome.
The feature is still not supported and even --ifname does not quite right. Patches to show the way are welcome.
Template /etc/bird/bird6.conf ``` # unique for each node router id 12345; protocol kernel { scan time 60; import all; export all; } protocol ospf v3 { area 0 { interface...
How about DHT only without Tor for now?
Yes, this is rather limited right now. But making it more generic might also is a UI problem. How to device that that specific value is present? Maybe a regex....
@stikonas I have added two settings that default to LOCKED and UNLOCKED. They can be regular expressions as well. The code is not test yet. I think it is ok,...