Caleb James DeLisle 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
..
test c9f7aa8d3a Unified Errors: Get rid of struct Except 1 săptămână în urmă
AddrSet.c cc9aa262d9 Debugging and kick off version 21, still not ready yet but time for more testing 4 ani în urmă
AddrSet.h 2298997092 Manual merge 79a60b9 4 ani în urmă
BoilerplateResponder.c c49cc24869 links update 7 ani în urmă
BoilerplateResponder.h 2298997092 Manual merge 79a60b9 4 ani în urmă
GetPeersResponder.h 2298997092 Manual merge 79a60b9 4 ani în urmă
LinkState.h 5d6529b602 Create unified error type and switch Message.h and all calls to use it. 1 săptămână în urmă
MsgCore.c b695aa831a Unified errors: BencMessageWriter_write 1 săptămână în urmă
MsgCore.h 3577e67f16 Libuv is nolonger being built !!!!! 5 luni în urmă
PeeringSeeder.c 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
PeeringSeeder.h 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
PeeringSeeder_admin.c 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
PeeringSeeder_admin.h 24b55d712c Added capability to query peers for one's public IP, then submit peering credentials to the snode. 2 zile în urmă
PingResponder.c 9a9ffd57d5 Return anyhow::Error from Iface_DEFUN functions rather than an integer error type 3 ani în urmă
PingResponder.h 2298997092 Manual merge 79a60b9 4 ani în urmă
ReachabilityAnnouncer.c 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
ReachabilityAnnouncer.h 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
ReachabilityCollector.c fd895ea982 Formally make onFree synchronous and freeing of allocators happens under lock 5 luni în urmă
ReachabilityCollector.h 3577e67f16 Libuv is nolonger being built !!!!! 5 luni în urmă
ReachabilityCollector_admin.c 3fbdc5f948 Subnode: 1. ReachabilityCollector going crazy 2. MsgCore not getting replies to messages 3. logging 4 ani în urmă
ReachabilityCollector_admin.h 2298997092 Manual merge 79a60b9 4 ani în urmă
SubnodePathfinder.c 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
SubnodePathfinder.h 67d13b99d3 Fixed bug caused by 2 switch pingers 2 zile în urmă
SupernodeHunter.c 3577e67f16 Libuv is nolonger being built !!!!! 5 luni în urmă
SupernodeHunter.h 3577e67f16 Libuv is nolonger being built !!!!! 5 luni în urmă
SupernodeHunter_admin.c da79d887c8 Make sure to always zero an Address when it is created 1 an în urmă
SupernodeHunter_admin.h 2298997092 Manual merge 79a60b9 4 ani în urmă
readme.md 36dbf4b304 grammar fix 7 ani în urmă

readme.md

Cjdns subnode

This is the part which communicates with the cjdns supernode. It fulfills the Pathfinder protocol internally to cjdns and it answers the questions asked to it by querying its supernode(s).

In order to discover its supernode(s), it will send findNode (fn) queries to its peers. Any findNode queries which are sent to this node will be forwarded to its supernode and the answers forwarded back.