Caleb James DeLisle d832e26951 Fail the snode if control error comes from it, also change Metric to const uint32s because enum is signed il y a 3 ans
..
test 6c1751d868 Got rid of usages of Except and simplified Message.h il y a 4 ans
AddrSet.c 21ea01ffb9 Mostly ported to new supernode hunting algorithm il y a 7 ans
AddrSet.h 21ea01ffb9 Mostly ported to new supernode hunting algorithm il y a 7 ans
BoilerplateResponder.c c49cc24869 links update il y a 7 ans
BoilerplateResponder.h c49cc24869 links update il y a 7 ans
GetPeersResponder.c f3a1bd03c2 Fixes for building on GCC versions 7.x il y a 7 ans
GetPeersResponder.h c49cc24869 links update il y a 7 ans
LinkState.h 6c1751d868 Got rid of usages of Except and simplified Message.h il y a 4 ans
MsgCore.c 6c1751d868 Got rid of usages of Except and simplified Message.h il y a 4 ans
MsgCore.h f187db6b66 Major refactoring to push data up from the InterfaceController to the ReachabilityCollector for submitting lag, drops and passed bits to the snode il y a 5 ans
PingResponder.c c49cc24869 links update il y a 7 ans
PingResponder.h c49cc24869 links update il y a 7 ans
ReachabilityAnnouncer.c 4cb93d8928 Fix issue causing constant desync with route server il y a 4 ans
ReachabilityAnnouncer.h ac9e0c0022 Publish link state info to the snode il y a 5 ans
ReachabilityCollector.c 3a29325da4 Stop trying to detect uint64 rollover which is not going to happen, likely fix of bug with drops il y a 4 ans
ReachabilityCollector.h d4973dd0b8 Updated the drop counter to try to fix uint32 rollover il y a 4 ans
ReachabilityCollector_admin.c ac9e0c0022 Publish link state info to the snode il y a 5 ans
ReachabilityCollector_admin.h 0e5017bfcd added a ReachabilityCollector_admin for debugging and fixed a few bugs in ReachabilityAnnouncer il y a 7 ans
SubnodePathfinder.c d832e26951 Fail the snode if control error comes from it, also change Metric to const uint32s because enum is signed il y a 3 ans
SubnodePathfinder.h 0e5017bfcd added a ReachabilityCollector_admin for debugging and fixed a few bugs in ReachabilityAnnouncer il y a 7 ans
SupernodeHunter.c ac9e0c0022 Publish link state info to the snode il y a 5 ans
SupernodeHunter.h f187db6b66 Major refactoring to push data up from the InterfaceController to the ReachabilityCollector for submitting lag, drops and passed bits to the snode il y a 5 ans
SupernodeHunter_admin.c 21ea01ffb9 Mostly ported to new supernode hunting algorithm il y a 7 ans
SupernodeHunter_admin.h c49cc24869 links update il y a 7 ans
readme.md 36dbf4b304 grammar fix il y a 7 ans

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.