From 0432f4fc1aba0c33624659271250fa96d9206df7 Mon Sep 17 00:00:00 2001
From: lol-fi <44122650+lol-fi@users.noreply.github.com>
Date: Wed, 10 Apr 2019 13:00:58 -0400
Subject: [PATCH] Max packet size recommendation
---
docs/prfc/drafts/pimp.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/prfc/drafts/pimp.xml b/docs/prfc/drafts/pimp.xml
index fc328d5..2a882fd 100644
--- a/docs/prfc/drafts/pimp.xml
+++ b/docs/prfc/drafts/pimp.xml
@@ -145,7 +145,8 @@
In order to simplify the protocol and reduce network congestion,
the PIMP window is set to a standard size (the maximum size allowed by
a two bit number - 65,535 - which is the largest number that can
- be put in the two bit portion of the PIMP packet allocated to "window".
+ be put in the two bit portion of the PIMP packet allocated to "window".
+ A max packet size of 4000 bytes of data is recommended.
In case of packet loss in extreme scenario, for example, client only sends one packet to server, but packet is lost, both server and client wait for the response from the other side. The ACK mechanism is needed.