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

Default stack size change and Rolling buffer config rework #2011

Closed
wants to merge 30 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Update TurnConnection.c
hassanctech authored Aug 2, 2024
commit 6b1ef1821fa8e62fd98c4cf9624a623e72432327
1 change: 0 additions & 1 deletion src/source/Ice/TurnConnection.c
Original file line number Diff line number Diff line change
@@ -181,7 +181,6 @@ STATUS turnConnectionIncomingDataHandler(PTurnConnection pTurnConnection, PBYTE
} else {
CHK_STATUS(turnConnectionHandleStun(pTurnConnection, pCurrent, processedDataLen));
}
checkTurnConnectionStateMachine(pTurnConnection);
} else {
/* must be channel data if not stun */
CHK_STATUS(turnConnectionHandleChannelData(pTurnConnection, pCurrent, remainingDataSize, &channelDataList[totalChannelDataCount],