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