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

tcp: add RE_TCP_BACKLOG #661

Merged
merged 1 commit into from
Jan 26, 2023
Merged

tcp: add RE_TCP_BACKLOG #661

merged 1 commit into from
Jan 26, 2023

Conversation

sreimers
Copy link
Member

@sreimers sreimers commented Jan 26, 2023

If tcp_listen is used, there is no way to specify backlog (used for example in http_listen). Now the default can be overriden at compile time:

cmake -B build -DCMAKE_C_FLAGS="-DRE_TCP_BACKLOG=128"

@sreimers sreimers merged commit 8a41946 into main Jan 26, 2023
@sreimers sreimers deleted the tcp_backlog branch January 26, 2023 08:43
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