Caleb James DeLisle 4be793cb0b Allow hard-coding of device public IP in case that it might not be detectable | 17 ore în urmă | |
---|---|---|
.. | ||
test | 1 lună în urmă | |
AddrSet.c | 4 ani în urmă | |
AddrSet.h | 4 ani în urmă | |
BoilerplateResponder.c | 1 lună în urmă | |
BoilerplateResponder.h | 1 lună în urmă | |
LinkState.h | 1 lună în urmă | |
MsgCore.c | 1 lună în urmă | |
MsgCore.h | 1 lună în urmă | |
PeeringSeeder.c | 17 ore în urmă | |
PeeringSeeder.h | 17 ore în urmă | |
PeeringSeeder_admin.c | 17 ore în urmă | |
PeeringSeeder_admin.h | 1 lună în urmă | |
PingResponder.c | 1 lună în urmă | |
PingResponder.h | 4 ani în urmă | |
ReachabilityAnnouncer.c | 1 lună în urmă | |
ReachabilityAnnouncer.h | 1 lună în urmă | |
ReachabilityCollector.c | 6 luni în urmă | |
ReachabilityCollector.h | 6 luni în urmă | |
ReachabilityCollector_admin.c | 1 lună în urmă | |
ReachabilityCollector_admin.h | 4 ani în urmă | |
SubnodePathfinder.c | 1 lună în urmă | |
SubnodePathfinder.h | 1 lună în urmă | |
SupernodeHunter.c | 1 lună în urmă | |
SupernodeHunter.h | 6 luni în urmă | |
SupernodeHunter_admin.c | 1 lună în urmă | |
SupernodeHunter_admin.h | 4 ani în urmă | |
readme.md | 7 ani în urmă |
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.