Fossil SCM
Correct the starting clone_seqno in sync.wiki (1 instead of 0).
Commit
bbc4b702755f7c00218f51cfd1362b067a7fa7e2909663df97f5eeca16841fbd
Parent
22191108aa91f08…
1 file changed
+1
-1
+1
-1
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -415,11 +415,11 @@ | ||
| 415 | 415 | |
| 416 | 416 | <h4>3.5.2 Protocol 2</h4> |
| 417 | 417 | |
| 418 | 418 | The sequence-number sent is the number |
| 419 | 419 | of artifacts received so far. For the first clone message, the |
| 420 | -sequence number is 0. The server will respond by sending file | |
| 420 | +sequence number is 1. The server will respond by sending file | |
| 421 | 421 | cards for some number of artifacts up to the maximum message size. |
| 422 | 422 | |
| 423 | 423 | The server will also send a single "clone_seqno" card to the client |
| 424 | 424 | so that the client can know where the server left off. |
| 425 | 425 | |
| 426 | 426 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -415,11 +415,11 @@ | |
| 415 | |
| 416 | <h4>3.5.2 Protocol 2</h4> |
| 417 | |
| 418 | The sequence-number sent is the number |
| 419 | of artifacts received so far. For the first clone message, the |
| 420 | sequence number is 0. The server will respond by sending file |
| 421 | cards for some number of artifacts up to the maximum message size. |
| 422 | |
| 423 | The server will also send a single "clone_seqno" card to the client |
| 424 | so that the client can know where the server left off. |
| 425 | |
| 426 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -415,11 +415,11 @@ | |
| 415 | |
| 416 | <h4>3.5.2 Protocol 2</h4> |
| 417 | |
| 418 | The sequence-number sent is the number |
| 419 | of artifacts received so far. For the first clone message, the |
| 420 | sequence number is 1. The server will respond by sending file |
| 421 | cards for some number of artifacts up to the maximum message size. |
| 422 | |
| 423 | The server will also send a single "clone_seqno" card to the client |
| 424 | so that the client can know where the server left off. |
| 425 | |
| 426 |