1
0
Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable 10 цаг өмнө
..
test c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
AddrSet.c cc9aa262d9 Debugging and kick off version 21, still not ready yet but time for more testing 4 жил өмнө
AddrSet.h 2298997092 Manual merge 79a60b9 4 жил өмнө
BoilerplateResponder.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
BoilerplateResponder.h c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
LinkState.h c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
MsgCore.c b695aa831a Unified errors: BencMessageWriter_write 1 сар өмнө
MsgCore.h c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
PeeringSeeder.c 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable 10 цаг өмнө
PeeringSeeder.h 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable 10 цаг өмнө
PeeringSeeder_admin.c 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable 10 цаг өмнө
PeeringSeeder_admin.h 24b55d712c Added capability to query peers for one's public IP, then submit peering credentials to the snode. 1 сар өмнө
PingResponder.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
PingResponder.h 2298997092 Manual merge 79a60b9 4 жил өмнө
ReachabilityAnnouncer.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
ReachabilityAnnouncer.h 67d13b99d3 Fixed bug caused by 2 switch pingers 1 сар өмнө
ReachabilityCollector.c fd895ea982 Formally make onFree synchronous and freeing of allocators happens under lock 6 сар өмнө
ReachabilityCollector.h 3577e67f16 Libuv is nolonger being built !!!!! 6 сар өмнө
ReachabilityCollector_admin.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
ReachabilityCollector_admin.h 2298997092 Manual merge 79a60b9 4 жил өмнө
SubnodePathfinder.c 67d13b99d3 Fixed bug caused by 2 switch pingers 1 сар өмнө
SubnodePathfinder.h 67d13b99d3 Fixed bug caused by 2 switch pingers 1 сар өмнө
SupernodeHunter.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
SupernodeHunter.h 3577e67f16 Libuv is nolonger being built !!!!! 6 сар өмнө
SupernodeHunter_admin.c c1d3824ef1 Removed unnecessary includes and a few unused/useless files 1 сар өмнө
SupernodeHunter_admin.h 2298997092 Manual merge 79a60b9 4 жил өмнө
readme.md 36dbf4b304 grammar fix 7 жил өмнө

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.