-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
NET_TCP_BACKLOG_SIZE is unused, it has to be either implemented or deleted #45324
Comments
@AndreyDodonov-EH could you please send a PR removing the unused option as suggested by @jukkar ? |
@mbolivar-nordic Yeah, will do! |
@mbolivar-nordic Here you go: #45614 |
OK, please open a new issue and mark it as an "enhancement" describing the missing implementation |
@mbolivar-nordic @rlubos Can you confirm that this is indeed so and it's not necessary to open a new issue? As reference: |
I think you're right, we allocate a new TCP context for each initiated connection so that config is no longer applicable. |
Discussed in #44973
Originally posted by AndreyDodonov-EH April 20, 2022
According to the quick grep, it's not used anymore, but still present in KConfig:
https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/ip/Kconfig#L366
Is it not needed anymore or am I missing something?
The text was updated successfully, but these errors were encountered: