From d946d8c143ff23ea7383f2d370401bbb86c47212 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Fri, 12 Nov 2021 17:59:53 +0000 Subject: [PATCH] Update BSP.md --- protocols/BSP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/BSP.md b/protocols/BSP.md index 74c67cf..d3b35e2 100644 --- a/protocols/BSP.md +++ b/protocols/BSP.md @@ -132,7 +132,7 @@ Each time a device has an opportunity to send records to a peer, it decides whet Interactive mode uses less bandwidth than the other modes, but needs two round-trips for synchronisation, whereas the other modes need one round-trip. Interactive mode is generally suitable for transports with relatively short round-trip times, such as TCP. -Batch mode uses more bandwidth than interactive mode, but less than eager mode. It is generally suitable for transports with relatively long round-trip times and low risk of data loss, where it is better to wait for an acknowledgement before resending a message. +Batch mode uses more bandwidth than interactive mode, but less than eager mode. It is generally suitable for transports with relatively long round-trip times and low risk of data loss, where it is better to wait for an acknowledgement than to resend a message at the next opportunity. Eager mode uses more bandwidth than the other modes. It is generally suitable for transports with relatively long round-trip times and high risk of data loss, where it is better to resend a message at the next opportunity than to wait for an acknowledgement. -- GitLab