Check-in [4b565c4644]
Not logged in
Overview

SHA1 Hash:4b565c46449807882041de7fcf200d3d9008214b
Date: 2009-09-04 18:39:39
User: drh
Comment:Updates to the "sync protocol" document.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified www/sync.wiki from [7118e0761e] to [e571cf1d85].

@@ -384,20 +384,20 @@
 <li>The client sends a cookie card if it has previously received a cookie.
 <li>The client sends gimme cards for every phantom that it holds.
 <hr>
 <li>The server checks the login password and rejects the session if
 the user does not have permission to pull.
-<li>If the number entries in the unclustered table on the server is
+<li>If the number of entries in the unclustered table on the server is
 greater than 100, then the server constructs a new cluster artifact to
 cover all those unclustered entries.
 <li>The server sends file cards for every gimme card it received
 from the client.
-<li>The server sends ihave cards for every artifact in its unclustered
+<li>The server sends igot cards for every artifact in its unclustered
 table that is not a phantom.
 <hr>
 <li>The client adds the content of file cards to its repository.
-<li>The client creates a phantom for every ihave card in the server reply
+<li>The client creates a phantom for every igot card in the server reply
 that mentions an artifact that the client does not possess.
 <li>The client creates a phantom for the delta source of file cards when
 the delta source is an artifact that the client does not possess.
 </ol>