# HG changeset patch # User Brett Gordon # Date 1481643721 18000 # Node ID 13be9d3a69274d62c60807ebc532e4a7470f6d40 # Parent 7231f922b0f2860bd9a6c1515a435e871b88c871 update doc to include transactional delay requirement diff -r 7231f922b0f2 -r 13be9d3a6927 docs/protocol.txt --- 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 ===================