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