Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mention of silly window syndrome #994

Merged
merged 1 commit into from
Nov 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions draft-ietf-httpbis-http2bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,9 @@ WINDOW_UPDATE Frame {
<t>
The receiver of a frame sends a WINDOW_UPDATE frame as it consumes data and frees up
space in flow-control windows. Separate WINDOW_UPDATE frames are sent for the stream-
and connection-level flow-control windows.
and connection-level flow-control windows. Receivers are advised to have mechanisms in
place to avoid sending WINDOW_UPDATE frames with very small increments; see <xref
target="RFC1122" section="4.2.3.3"/>.
</t>
<t>
A sender that receives a WINDOW_UPDATE frame updates the corresponding window by the
Expand Down Expand Up @@ -4417,12 +4419,20 @@ cookie: e=f
<date year="2018" month="September" />
</front>
</reference>
<reference anchor="RFC1122">
<front>
<title>Requirements for Internet Hosts - Communication Layers</title>
<seriesInfo name="RFC" value="1122"/>
<seriesInfo name="DOI" value="10.17487/RFC1122"/>
<author initials="R." surname="Braden" fullname="Robert T. Braden" role="editor"/>
<date year="1989" month="October"/>
</front>
</reference>
<reference anchor="RFC7323">
<front>
<title>
TCP Extensions for High Performance
</title>
<title>TCP Extensions for High Performance</title>
<seriesInfo name="RFC" value="7323"/>
<seriesInfo name="DOI" value="10.17487/RFC7323"/>
<author initials="D." surname="Borman" fullname="Dave Borman"/>
<author initials="B." surname="Braden" fullname="Bob Braden"/>
<author initials="V." surname="Jacobson" fullname="Van Jacobson"/>
Expand Down