Caleb James DeLisle c6fa97567a Merge branch 'crashey' into rffi-timeout | 1 ano atrás | |
---|---|---|
.. | ||
test | 2 anos atrás | |
AddrSet.c | 4 anos atrás | |
AddrSet.h | 4 anos atrás | |
BoilerplateResponder.c | 7 anos atrás | |
BoilerplateResponder.h | 4 anos atrás | |
GetPeersResponder.h | 4 anos atrás | |
LinkState.h | 3 anos atrás | |
MsgCore.c | 3 anos atrás | |
MsgCore.h | 3 anos atrás | |
PingResponder.c | 3 anos atrás | |
PingResponder.h | 4 anos atrás | |
ReachabilityAnnouncer.c | 2 anos atrás | |
ReachabilityAnnouncer.h | 4 anos atrás | |
ReachabilityCollector.c | 2 anos atrás | |
ReachabilityCollector.h | 3 anos atrás | |
ReachabilityCollector_admin.c | 4 anos atrás | |
ReachabilityCollector_admin.h | 4 anos atrás | |
SubnodePathfinder.c | 1 ano atrás | |
SubnodePathfinder.h | 4 anos atrás | |
SupernodeHunter.c | 1 ano atrás | |
SupernodeHunter.h | 4 anos atrás | |
SupernodeHunter_admin.c | 1 ano atrás | |
SupernodeHunter_admin.h | 4 anos atrás | |
readme.md | 7 anos atrás |
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.