Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable | преди 10 часа | |
---|---|---|
.. | ||
test | преди 1 месец | |
AddrSet.c | преди 4 години | |
AddrSet.h | преди 4 години | |
BoilerplateResponder.c | преди 1 месец | |
BoilerplateResponder.h | преди 1 месец | |
LinkState.h | преди 1 месец | |
MsgCore.c | преди 1 месец | |
MsgCore.h | преди 1 месец | |
PeeringSeeder.c | преди 10 часа | |
PeeringSeeder.h | преди 10 часа | |
PeeringSeeder_admin.c | преди 10 часа | |
PeeringSeeder_admin.h | преди 1 месец | |
PingResponder.c | преди 1 месец | |
PingResponder.h | преди 4 години | |
ReachabilityAnnouncer.c | преди 1 месец | |
ReachabilityAnnouncer.h | преди 1 месец | |
ReachabilityCollector.c | преди 6 месеца | |
ReachabilityCollector.h | преди 6 месеца | |
ReachabilityCollector_admin.c | преди 1 месец | |
ReachabilityCollector_admin.h | преди 4 години | |
SubnodePathfinder.c | преди 1 месец | |
SubnodePathfinder.h | преди 1 месец | |
SupernodeHunter.c | преди 1 месец | |
SupernodeHunter.h | преди 6 месеца | |
SupernodeHunter_admin.c | преди 1 месец | |
SupernodeHunter_admin.h | преди 4 години | |
readme.md | преди 7 години |
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.