From 0e911333207cb6865d43e76d746e30650c413f23 Mon Sep 17 00:00:00 2001 From: Yoji Shidara Date: Wed, 13 Aug 2025 21:26:30 +0900 Subject: Fix typos (#2014) --- 77.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '77.md') diff --git a/77.md b/77.md index ffdb436..dd5ef07 100644 --- a/77.md +++ b/77.md @@ -99,7 +99,7 @@ When finished, the client should tell the relay it can release its resources wit ### Preparation -There are two protocol participants: Client and server. The client creates an initial message and transmits it to the server, which replies with its own message in response. The client continues querying the server until it is satisifed, and then terminates the protocol. Messages in either direction have the same format. +There are two protocol participants: Client and server. The client creates an initial message and transmits it to the server, which replies with its own message in response. The client continues querying the server until it is satisfied, and then terminates the protocol. Messages in either direction have the same format. Each participant has a collection of records. A records consists of a 64-bit numeric timestamp and a 256-bit ID. Each participant starts by sorting their items according to timestamp, ascending. If two timestamps are equal then items are sorted lexically by ID, ascending by first differing byte. Items may not use the max uint64 value (`2**64 - 1`) as a timestamp since this is reserved as a special "infinity" value. -- cgit v1.2.3