From a093201fa77220486881f44c110955f4b09ac625 Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Wed, 6 Apr 2022 12:18:31 -0400 Subject: [PATCH] Streaming: Add info on immediate ack --- i2p2www/spec/streaming.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i2p2www/spec/streaming.rst b/i2p2www/spec/streaming.rst index 44ed954e7..0ffdda25f 100644 --- a/i2p2www/spec/streaming.rst +++ b/i2p2www/spec/streaming.rst @@ -182,7 +182,8 @@ Bit order: 15....0 (15 is MSB) 6 DELAY_REQUESTED 1 2 byte Optional delay. How many milliseconds the sender of this packet [Integer]_ wants the recipient to wait before sending any more data. A - value greater than 60000 indicates choking. + value greater than 60000 indicates choking. A value of 0 + requests an immediate ack. 7 MAX_PACKET_SIZE_INCLUDED 3 2 byte The maximum length of the payload. Send with SYNCHRONIZE. [Integer]_ -- GitLab