Skip to content

Commit

Permalink
Windows sizes power of 2 constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed Jan 13, 2025
1 parent 067e4df commit 6a803ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xml/System.Net.Quic/QuicReceiveWindowSizes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<Docs>
<summary>Gets or sets the initial flow-control window size for the connection.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>Must be non-negative power of 2.</remarks>
</Docs>
</Member>
<Member MemberName="LocallyInitiatedBidirectionalStream">
Expand All @@ -74,7 +74,7 @@
<Docs>
<summary>Gets or sets the initial flow-control window size for locally initiated bidirectional streams.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>Must be non-negative power of 2.</remarks>
</Docs>
</Member>
<Member MemberName="RemotelyInitiatedBidirectionalStream">
Expand All @@ -95,7 +95,7 @@
<Docs>
<summary>Gets or sets the initial flow-control window size for remotely initiated bidirectional streams.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>Must be non-negative power of 2.</remarks>
</Docs>
</Member>
<Member MemberName="UnidirectionalStream">
Expand All @@ -116,7 +116,7 @@
<Docs>
<summary>Gets or sets the initial flow-control window size for (remotely initiated) unidirectional streams.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<remarks>Must be non-negative power of 2.</remarks>
</Docs>
</Member>
</Members>
Expand Down

0 comments on commit 6a803ff

Please sign in to comment.