Kleissner
|
3080119fc1
|
Initial working Kademlia network - peer list exchange is working!
Using the announcement and response messages to exchange peer lists. Fixes in encoding.
Add arbitrary Info structure to DHT Lite/Node.
|
2021-03-15 22:25:05 +01:00 |
|
Kleissner
|
323f379ee7
|
Message encoding of announcement and response messages.
More changes coming.
Rename of organization to Peernet s.r.o.
InformationRequest proper termination signal.
|
2021-03-14 04:30:57 +01:00 |
|
Kleissner
|
213c724016
|
Detect network changes, initial code. Actions to be developed. #2
|
2021-03-02 00:28:03 +01:00 |
|
Kleissner
|
fec5644b9f
|
Connections: Introduce Redundant type to lower ping overhead.
|
2021-03-01 03:41:26 +01:00 |
|
Kleissner
|
ce831b31b6
|
Connection status field
|
2021-03-01 01:37:39 +01:00 |
|
Kleissner
|
dcc7464f46
|
New function IsNetworkErrorFatal to invalidate connections on fatal network errors. Use connection.Expires field to trigger removal of inactive connections after a while.
|
2021-03-01 01:05:37 +01:00 |
|
Kleissner
|
b53ab7c7b3
|
Reworked connection code. Pings are now regularly sent out to every connection to check if it remains valid.
Invalid connections are moved to a second list, and eventually dropped if they don't become active.
|
2021-02-28 20:59:39 +01:00 |
|