Mada f98c7b8136 Enable -Wmissing-prototypes compile option | há 6 anos atrás | |
---|---|---|
.. | ||
AddrSet.c | há 7 anos atrás | |
AddrSet.h | há 7 anos atrás | |
BoilerplateResponder.c | há 7 anos atrás | |
BoilerplateResponder.h | há 7 anos atrás | |
GetPeersResponder.c | há 7 anos atrás | |
GetPeersResponder.h | há 7 anos atrás | |
MsgCore.c | há 7 anos atrás | |
MsgCore.h | há 7 anos atrás | |
PingResponder.c | há 7 anos atrás | |
PingResponder.h | há 7 anos atrás | |
ReachabilityAnnouncer.c | há 6 anos atrás | |
ReachabilityAnnouncer.h | há 7 anos atrás | |
ReachabilityCollector.c | há 6 anos atrás | |
ReachabilityCollector.h | há 7 anos atrás | |
ReachabilityCollector_admin.c | há 6 anos atrás | |
ReachabilityCollector_admin.h | há 7 anos atrás | |
SubnodePathfinder.c | há 6 anos atrás | |
SubnodePathfinder.h | há 7 anos atrás | |
SupernodeHunter.c | há 7 anos atrás | |
SupernodeHunter.h | há 7 anos atrás | |
SupernodeHunter_admin.c | há 7 anos atrás | |
SupernodeHunter_admin.h | há 7 anos atrás | |
readme.md | há 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.