mirror of
https://github.com/cjdelisle/cjdns
synced 2025-10-06 00:32:50 +02:00
grammar fix
"it's" (it is) used incorrectly, should be "its"
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Cjdns subnode
|
||||
|
||||
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 it's supernode(s).
|
||||
internally to cjdns and it answers the questions asked to it by querying its supernode(s).
|
||||
|
||||
In order to discover it's supernode(s), it will send findNode (`fn`) queries to it's peers.
|
||||
Any findNode queries which are sent to this node will be forwarded to it's supernode and the answers
|
||||
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.
|
||||
|
Reference in New Issue
Block a user