Shane Bryldt
|
e52a85eb8d
|
FS-9775: Added initialization of threadpool, and switched parsing and processing of a received datagram to dispatch through the threadpool. Also a bit more work on searches sneaking in here.
|
2017-01-25 14:59:36 -06:00 |
Shane Bryldt
|
fe36139965
|
FS-9775: Started mocking out structures for ks_dht_search, but merged route table updates and updated the tests for current pending issues
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
b88437fcbe
|
FS-9775: Some cleanup, some commenting, some fixes.
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
9e9adb8e4b
|
FS-9775: Incorporated route table to test find_node before adding deep searching, but routetable bug is currently returning same values for all closest nodes results
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
e56c388707
|
FS-9775: Adjusted to proper destructor pattern, cleaned up unneccessary zeroing in allocators, and reduced preallocs to use memset
|
2017-01-25 14:59:35 -06:00 |
Shane Bryldt
|
9e5121eb00
|
FS-9775: Changed local nodeid to be per endpoint, and removed ks_dht_node_t in preparation for changes based on route table discussions
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
88ee82a380
|
FS-9775: Removed building of old dht code, renamed new dht code from dht2 to dht
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
3e12cca293
|
FS-9775: Refactored sending of messages to utilize a more scalable and throttled queue for outgoing messages
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
7ac7a7e75b
|
FS-9775: Added support for removing finished transactions via latent purging while expiring
Also added support to send error message responses and updated the test to confirm, errors still need to be updated to send an error responses
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
f95ca83b06
|
FS-9775: Fixed some bugs, unit test now successfully sends, processes, responds, and receives and validates a ping, more on this soon
|
2017-01-25 14:59:34 -06:00 |
Shane Bryldt
|
e4176f5873
|
FS-9775: Initial work towards sending messages, refactored into less headers, test updated
|
2017-01-25 14:59:33 -06:00 |
Shane Bryldt
|
ed8e4dc610
|
FS-9775: Renamed registries, added query registry with ping callback, unit test updated
|
2017-01-25 14:59:33 -06:00 |
Shane Bryldt
|
e9fdd9c946
|
FS-9775: Encapsulated message details into ks_dht2_message_t
|
2017-01-25 14:59:33 -06:00 |
Shane Bryldt
|
6eed8d3f94
|
FS-9775: Added initial registry for 'y' keys, and some unit testing
|
2017-01-25 14:59:33 -06:00 |
Shane Bryldt
|
f9ed958ecc
|
FS-9775: Added some preliminary message processing, and unit testing for it
|
2017-01-25 14:59:33 -06:00 |
Shane Bryldt
|
2b3b2ef93d
|
FS-9775: Added initial unit test of preliminary allocation, initialization and binding code
|
2017-01-25 14:59:33 -06:00 |