Commit e608145
authored
feat: add node discovery via gossip protocol (#54)
* feat: add a basic listener socket
* fix: get listen and consume addr from control file
* rm: tests
* feat: spawn a message proc task on recieving message from udp socket - no testing strategy devised yet
* fix: use config for ports too
* fix: serializablity of hll
* feat: implemented gossip protocol1 parent 00dc998 commit e608145
File tree
11 files changed
+482
-51
lines changed- .gemini
- src/db
- loki_kv
- data_structures
- parser
- server_multithread
11 files changed
+482
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
0 commit comments