Caleb James DeLisle e60257daa0 Renamed some more struct Message to Message_t and got rid of Message_foreign which creates a Message from an outside data buffer. | 7 months ago | |
---|---|---|
.. | ||
test | 7 months ago | |
AddrSet.c | 4 years ago | |
AddrSet.h | 4 years ago | |
BoilerplateResponder.c | 7 years ago | |
BoilerplateResponder.h | 4 years ago | |
GetPeersResponder.h | 4 years ago | |
LinkState.h | 7 months ago | |
MsgCore.c | 7 months ago | |
MsgCore.h | 7 months ago | |
PingResponder.c | 3 years ago | |
PingResponder.h | 4 years ago | |
ReachabilityAnnouncer.c | 7 months ago | |
ReachabilityAnnouncer.h | 7 months ago | |
ReachabilityCollector.c | 7 months ago | |
ReachabilityCollector.h | 7 months ago | |
ReachabilityCollector_admin.c | 4 years ago | |
ReachabilityCollector_admin.h | 4 years ago | |
SubnodePathfinder.c | 7 months ago | |
SubnodePathfinder.h | 7 months ago | |
SupernodeHunter.c | 7 months ago | |
SupernodeHunter.h | 7 months ago | |
SupernodeHunter_admin.c | 1 year ago | |
SupernodeHunter_admin.h | 4 years ago | |
readme.md | 7 years ago |
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.