Mercurial > hg > index.cgi
changeset 16:13be9d3a6927 default tip
update doc to include transactional delay requirement
author | Brett Gordon |
---|---|
date | Tue, 13 Dec 2016 10:42:01 -0500 |
parents | 7231f922b0f2 |
children | |
files | docs/protocol.txt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/protocol.txt Tue Dec 13 11:09:48 2016 -0500 +++ b/docs/protocol.txt Tue Dec 13 10:42:01 2016 -0500 @@ -81,6 +81,10 @@ may be valid but there is a transmission speed mismatch. This behaviour MUST NOT be relied upon by the client. +The server must delay sending any response for at least 50 microseconds after +reception of last byte of client's protocol request. This delay is required +to ensure the client is ready to receive the response from the server. + Protocol Operations ===================