Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable | 17 hodín pred | |
---|---|---|
.. | ||
test | 1 mesiac pred | |
AddrSet.c | 4 rokov pred | |
AddrSet.h | 4 rokov pred | |
BoilerplateResponder.c | 1 mesiac pred | |
BoilerplateResponder.h | 1 mesiac pred | |
LinkState.h | 1 mesiac pred | |
MsgCore.c | 1 mesiac pred | |
MsgCore.h | 1 mesiac pred | |
PeeringSeeder.c | 17 hodín pred | |
PeeringSeeder.h | 17 hodín pred | |
PeeringSeeder_admin.c | 17 hodín pred | |
PeeringSeeder_admin.h | 1 mesiac pred | |
PingResponder.c | 1 mesiac pred | |
PingResponder.h | 4 rokov pred | |
ReachabilityAnnouncer.c | 1 mesiac pred | |
ReachabilityAnnouncer.h | 1 mesiac pred | |
ReachabilityCollector.c | 6 mesiacov pred | |
ReachabilityCollector.h | 6 mesiacov pred | |
ReachabilityCollector_admin.c | 1 mesiac pred | |
ReachabilityCollector_admin.h | 4 rokov pred | |
SubnodePathfinder.c | 1 mesiac pred | |
SubnodePathfinder.h | 1 mesiac pred | |
SupernodeHunter.c | 1 mesiac pred | |
SupernodeHunter.h | 6 mesiacov pred | |
SupernodeHunter_admin.c | 1 mesiac pred | |
SupernodeHunter_admin.h | 4 rokov pred | |
readme.md | 7 rokov pred |
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.