Caleb James DeLisle da79d887c8 Make sure to always zero an Address when it is created | 1 rok temu | |
---|---|---|
.. | ||
test | 3 lat temu | |
AddrSet.c | 4 lat temu | |
AddrSet.h | 4 lat temu | |
BoilerplateResponder.c | 7 lat temu | |
BoilerplateResponder.h | 4 lat temu | |
GetPeersResponder.h | 4 lat temu | |
LinkState.h | 3 lat temu | |
MsgCore.c | 3 lat temu | |
MsgCore.h | 3 lat temu | |
PingResponder.c | 3 lat temu | |
PingResponder.h | 4 lat temu | |
ReachabilityAnnouncer.c | 2 lat temu | |
ReachabilityAnnouncer.h | 4 lat temu | |
ReachabilityCollector.c | 2 lat temu | |
ReachabilityCollector.h | 3 lat temu | |
ReachabilityCollector_admin.c | 4 lat temu | |
ReachabilityCollector_admin.h | 4 lat temu | |
SubnodePathfinder.c | 1 rok temu | |
SubnodePathfinder.h | 4 lat temu | |
SupernodeHunter.c | 1 rok temu | |
SupernodeHunter.h | 4 lat temu | |
SupernodeHunter_admin.c | 1 rok temu | |
SupernodeHunter_admin.h | 4 lat temu | |
readme.md | 7 lat temu |
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.