Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable | 10 stundas 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ļ | |
LinkState.h | 1 mēnesi atpakaļ | |
MsgCore.c | 1 mēnesi atpakaļ | |
MsgCore.h | 1 mēnesi atpakaļ | |
PeeringSeeder.c | 10 stundas atpakaļ | |
PeeringSeeder.h | 10 stundas atpakaļ | |
PeeringSeeder_admin.c | 10 stundas 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.