8000 Tags · mongoose-os-libs/dht · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mongoose-os-libs/dht

Tags

2.20.0

Toggle 2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix missing stdint.h declarations if mgos_dht.h is the first include …

…in client app (#5)

* Add missing include

* Move stdint.h in mgos_dht.h

2.19.1

Toggle 2.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mos.yml

2.19.0

Toggle 2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mos.yml

2.18.0

Toggle 2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mos.yml

2.17.0

Toggle 2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mos.yml

2.16.0

Toggle 2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mos.yml

2.15.0

Toggle 2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mos.yml

2.14.0

Toggle 2.14.0's commit message
Add statistics to dht driver (#3)

* Add statistics to dht driver

- create a public struct mgos_dht_stats
- add those stats to struct mgos_dht
- initialize the counters to 0 upon initialization
- do the statistics counting in the dht_read() function
- create a public function mgos_dht_getStats() to return the statistics.

2.13.1

Toggle 2.13.1's commit message
Add statistics to dht driver (#3)

* Add statistics to dht driver

- create a public struct mgos_dht_stats
- add those stats to struct mgos_dht
- initialize the counters to 0 upon initialization
- do the statistics counting in the dht_read() function
- create a public function mgos_dht_getStats() to return the statistics.

2.13.0

Toggle 2.13.0's commit message
Add statistics to dht driver (#3)

* Add statistics to dht driver

- create a public struct mgos_dht_stats
- add those stats to struct mgos_dht
- initialize the counters to 0 upon initialization
- do the statistics counting in the dht_read() function
- create a public function mgos_dht_getStats() to return the statistics.
0