Skip to content

Firewall: fix the maximum TCP client count check#105

Open
nding0405 wants to merge 1 commit into
CHERIoT-Platform:mainfrom
nding0405:fix-max-client-filtering-mismatch
Open

Firewall: fix the maximum TCP client count check#105
nding0405 wants to merge 1 commit into
CHERIoT-Platform:mainfrom
nding0405:fix-max-client-filtering-mismatch

Conversation

@nding0405

Copy link
Copy Markdown
Contributor

The firewall currently rejects a new TCP connection when accepting it would make the client count greater or equal to the defined maximum. As a result, a maximum of 6 clients allows only 5.
Changed the filtering logic to reject a connection only when accepting it would exceed the configured maximum.

The firewall currently rejects a new TCP connection when accepting it
would make the client count greater or equal to the defined maximum. As
a result, a maximum of 6 clients allows only 5.
Changed the filtering logic to reject a connection only when accepting
it would exceed the configured maximum.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant