Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable | 4 hours ago | |
---|---|---|
.. | ||
test | 1 month ago | |
AddrSet.c | 4 years ago | |
AddrSet.h | 4 years ago | |
BoilerplateResponder.c | 1 month ago | |
BoilerplateResponder.h | 1 month ago | |
LinkState.h | 1 month ago | |
MsgCore.c | 1 month ago | |
MsgCore.h | 1 month ago | |
PeeringSeeder.c | 4 hours ago | |
PeeringSeeder.h | 4 hours ago | |
PeeringSeeder_admin.c | 4 hours ago | |
PeeringSeeder_admin.h | 1 month ago | |
PingResponder.c | 1 month ago | |
PingResponder.h | 4 years ago | |
ReachabilityAnnouncer.c | 1 month ago | |
ReachabilityAnnouncer.h | 1 month ago | |
ReachabilityCollector.c | 6 months ago | |
ReachabilityCollector.h | 6 months ago | |
ReachabilityCollector_admin.c | 1 month ago | |
ReachabilityCollector_admin.h | 4 years ago | |
SubnodePathfinder.c | 1 month ago | |
SubnodePathfinder.h | 1 month ago | |
SupernodeHunter.c | 1 month ago | |
SupernodeHunter.h | 6 months ago | |
SupernodeHunter_admin.c | 1 month ago | |
SupernodeHunter_admin.h | 4 years ago | |
readme.md | 7 years ago |
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.