Caleb James DeLisle c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
..
test c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
AddrSet.c cc9aa262d9 Debugging and kick off version 21, still not ready yet but time for more testing vor 4 Jahren
AddrSet.h 2298997092 Manual merge 79a60b9 vor 4 Jahren
BoilerplateResponder.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
BoilerplateResponder.h c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
GetPeersResponder.h 2298997092 Manual merge 79a60b9 vor 4 Jahren
LinkState.h c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
MsgCore.c b695aa831a Unified errors: BencMessageWriter_write vor 1 Monat
MsgCore.h c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
PeeringSeeder.c 67d13b99d3 Fixed bug caused by 2 switch pingers vor 1 Monat
PeeringSeeder.h 67d13b99d3 Fixed bug caused by 2 switch pingers vor 1 Monat
PeeringSeeder_admin.c 67d13b99d3 Fixed bug caused by 2 switch pingers vor 1 Monat
PeeringSeeder_admin.h 24b55d712c Added capability to query peers for one's public IP, then submit peering credentials to the snode. vor 1 Monat
PingResponder.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
PingResponder.h 2298997092 Manual merge 79a60b9 vor 4 Jahren
ReachabilityAnnouncer.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
ReachabilityAnnouncer.h 67d13b99d3 Fixed bug caused by 2 switch pingers vor 1 Monat
ReachabilityCollector.c fd895ea982 Formally make onFree synchronous and freeing of allocators happens under lock vor 6 Monaten
ReachabilityCollector.h 3577e67f16 Libuv is nolonger being built !!!!! vor 6 Monaten
ReachabilityCollector_admin.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
ReachabilityCollector_admin.h 2298997092 Manual merge 79a60b9 vor 4 Jahren
SubnodePathfinder.c 67d13b99d3 Fixed bug caused by 2 switch pingers vor 1 Monat
SubnodePathfinder.h 67d13b99d3 Fixed bug caused by 2 switch pingers vor 1 Monat
SupernodeHunter.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
SupernodeHunter.h 3577e67f16 Libuv is nolonger being built !!!!! vor 6 Monaten
SupernodeHunter_admin.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files vor 1 Monat
SupernodeHunter_admin.h 2298997092 Manual merge 79a60b9 vor 4 Jahren
readme.md 36dbf4b304 grammar fix vor 7 Jahren

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.