Caleb James DeLisle c6fa97567a Merge branch 'crashey' into rffi-timeout | 1 سال پیش | |
---|---|---|
.. | ||
test | 2 سال پیش | |
AddrSet.c | 4 سال پیش | |
AddrSet.h | 4 سال پیش | |
BoilerplateResponder.c | 7 سال پیش | |
BoilerplateResponder.h | 4 سال پیش | |
GetPeersResponder.h | 4 سال پیش | |
LinkState.h | 3 سال پیش | |
MsgCore.c | 3 سال پیش | |
MsgCore.h | 3 سال پیش | |
PingResponder.c | 3 سال پیش | |
PingResponder.h | 4 سال پیش | |
ReachabilityAnnouncer.c | 2 سال پیش | |
ReachabilityAnnouncer.h | 4 سال پیش | |
ReachabilityCollector.c | 2 سال پیش | |
ReachabilityCollector.h | 3 سال پیش | |
ReachabilityCollector_admin.c | 4 سال پیش | |
ReachabilityCollector_admin.h | 4 سال پیش | |
SubnodePathfinder.c | 1 سال پیش | |
SubnodePathfinder.h | 4 سال پیش | |
SupernodeHunter.c | 1 سال پیش | |
SupernodeHunter.h | 4 سال پیش | |
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.