Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable | 10 godzin temu | |
---|---|---|
.. | ||
test | 1 miesiąc temu | |
AddrSet.c | 4 lat temu | |
AddrSet.h | 4 lat temu | |
BoilerplateResponder.c | 1 miesiąc temu | |
BoilerplateResponder.h | 1 miesiąc temu | |
LinkState.h | 1 miesiąc temu | |
MsgCore.c | 1 miesiąc temu | |
MsgCore.h | 1 miesiąc temu | |
PeeringSeeder.c | 10 godzin temu | |
PeeringSeeder.h | 10 godzin temu | |
PeeringSeeder_admin.c | 10 godzin temu | |
PeeringSeeder_admin.h | 1 miesiąc temu | |
PingResponder.c | 1 miesiąc temu | |
PingResponder.h | 4 lat temu | |
ReachabilityAnnouncer.c | 1 miesiąc temu | |
ReachabilityAnnouncer.h | 1 miesiąc temu | |
ReachabilityCollector.c | 6 miesięcy temu | |
ReachabilityCollector.h | 6 miesięcy temu | |
ReachabilityCollector_admin.c | 1 miesiąc temu | |
ReachabilityCollector_admin.h | 4 lat temu | |
SubnodePathfinder.c | 1 miesiąc temu | |
SubnodePathfinder.h | 1 miesiąc temu | |
SupernodeHunter.c | 1 miesiąc temu | |
SupernodeHunter.h | 6 miesięcy temu | |
SupernodeHunter_admin.c | 1 miesiąc 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.