Skip to content

Commit 0e2deda

Browse files
committed
fixed receiver window not being set
Co-authored-by: GPT-5 "gpt5-copilot@github.com"
1 parent edbd7ef commit 0e2deda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/net/SCTP/SctpDataSender.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public SctpDataSender(
196196
public void SetReceiverWindow(uint remoteARwnd)
197197
{
198198
_initialRemoteARwnd = remoteARwnd;
199+
_receiverWindow = remoteARwnd;
199200
}
200201

201202
/// <summary>

0 commit comments

Comments
 (0)