Caleb James DeLisle c1d3824ef1 Removed unnecessary includes and a few unused/useless files | 1 mēnesi atpakaļ | |
---|---|---|
.. | ||
test | 1 mēnesi atpakaļ | |
AddrSet.c | 4 gadi atpakaļ | |
AddrSet.h | 4 gadi atpakaļ | |
BoilerplateResponder.c | 1 mēnesi atpakaļ | |
BoilerplateResponder.h | 1 mēnesi atpakaļ | |
GetPeersResponder.h | 4 gadi atpakaļ | |
LinkState.h | 1 mēnesi atpakaļ | |
MsgCore.c | 1 mēnesi atpakaļ | |
MsgCore.h | 1 mēnesi atpakaļ | |
PeeringSeeder.c | 1 mēnesi atpakaļ | |
PeeringSeeder.h | 1 mēnesi atpakaļ | |
PeeringSeeder_admin.c | 1 mēnesi atpakaļ | |
PeeringSeeder_admin.h | 1 mēnesi atpakaļ | |
PingResponder.c | 1 mēnesi atpakaļ | |
PingResponder.h | 4 gadi atpakaļ | |
ReachabilityAnnouncer.c | 1 mēnesi atpakaļ | |
ReachabilityAnnouncer.h | 1 mēnesi atpakaļ | |
ReachabilityCollector.c | 6 mēneši atpakaļ | |
ReachabilityCollector.h | 6 mēneši atpakaļ | |
ReachabilityCollector_admin.c | 1 mēnesi atpakaļ | |
ReachabilityCollector_admin.h | 4 gadi atpakaļ | |
SubnodePathfinder.c | 1 mēnesi atpakaļ | |
SubnodePathfinder.h | 1 mēnesi atpakaļ | |
SupernodeHunter.c | 1 mēnesi atpakaļ | |
SupernodeHunter.h | 6 mēneši atpakaļ | |
SupernodeHunter_admin.c | 1 mēnesi atpakaļ | |
SupernodeHunter_admin.h | 4 gadi atpakaļ | |
readme.md | 7 gadi atpakaļ |
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.