dht
Here are 327 public repositories matching this topic...
-
Updated
May 19, 2020 - Assembly
-
Updated
Apr 26, 2020 - Go
I think it would be helpful in the "Use" section to add how long it takes an average user to get a result.
I have it taking down about 120KiB/s which is not a ton but also have zero results after 20 minutes.
It would be a helpful guideline so people know when it's time to report errors.
Just for curiousity it would be interesting to know the bandwidth to result ratio. I bet nobody has th
Instead of always allocating a fixed size buffer (1,000,000 bytes currently), it should leverage the upfront knowledge of total size of the metadata and allocate Math.min(DEFAULT_BUFFER_LEN, metadata.length()).
-
Updated
Dec 28, 2018 - JavaScript
-
Updated
May 25, 2020 - JavaScript
Since it says it can work with the filetype .tox, it should include %f which again is only possible if toxic takes the .tox file as last optional and positional argument (without the -f flag) otherwise -f without argument would fail in the default case.
Steps to reproduce:
hc init my-dnacd my-dnahc generate zomes/kebab-casehc package
Output:
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR
"CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "
/home/paul/target
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target}
-
Updated
Apr 3, 2019 - Go
功能请求:每天自动更新tracker列表
众所周知,tracker也是会被封的,所以每天获取有效的tracker能提高效率,至于tracker列表的获取,看这个
https://hao.su/3278/
We need to implement integration/unit tests for internal/transport package.
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Jul 2, 2019 - Lua
Currently lokinet uses llarp_time_t (which is milliseconds) everywhere for times. Part of the justification was that it makes serialization easier, but conversely it makes other parts of the code a bit more complicated.
It would be nice to refactor so that std::chrono duration types get used instead (for compiler-defined duration cast math), being mindful of the existing serialization requir
-
Updated
Jan 4, 2020 - JavaScript
Feature request.
It should be possible to set 'Show joins' option on each Favorite Hub's settings (as in ApexDC).
Right now, the option can only be set on Preferences > GUI > Chat tab.
(Sorry if it was already requested in a different language.)
-
Updated
May 16, 2018 - Java
-
Updated
May 5, 2020 - Go
-
Updated
Oct 6, 2019 - C++
-
Updated
May 25, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dht topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dht topic, visit your repo's landing page and select "manage topics."
To be done on lbrytech repo probably.
The wallet is currently configured as defined originally in ElectrumX, there are some docs for it already in there.
Keep in mind that we added new configuration keys and should clean up the unused ones at some point, so we need something easy