Mada f98c7b8136 Enable -Wmissing-prototypes compile option | 6 年之前 | |
---|---|---|
.. | ||
AddrSet.c | 7 年之前 | |
AddrSet.h | 7 年之前 | |
BoilerplateResponder.c | 7 年之前 | |
BoilerplateResponder.h | 7 年之前 | |
GetPeersResponder.c | 7 年之前 | |
GetPeersResponder.h | 7 年之前 | |
MsgCore.c | 7 年之前 | |
MsgCore.h | 7 年之前 | |
PingResponder.c | 7 年之前 | |
PingResponder.h | 7 年之前 | |
ReachabilityAnnouncer.c | 6 年之前 | |
ReachabilityAnnouncer.h | 7 年之前 | |
ReachabilityCollector.c | 6 年之前 | |
ReachabilityCollector.h | 7 年之前 | |
ReachabilityCollector_admin.c | 6 年之前 | |
ReachabilityCollector_admin.h | 7 年之前 | |
SubnodePathfinder.c | 6 年之前 | |
SubnodePathfinder.h | 7 年之前 | |
SupernodeHunter.c | 7 年之前 | |
SupernodeHunter.h | 7 年之前 | |
SupernodeHunter_admin.c | 7 年之前 | |
SupernodeHunter_admin.h | 7 年之前 | |
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.