Skip to content

Add SOMAXCONN to ESP-IDF#4993

Merged
JohnTitor merged 1 commit intorust-lang:mainfrom
Thomasdezeeuw:esp-espidf-SOMAXCONN
Feb 24, 2026
Merged

Add SOMAXCONN to ESP-IDF#4993
JohnTitor merged 1 commit intorust-lang:mainfrom
Thomasdezeeuw:esp-espidf-SOMAXCONN

Conversation

@Thomasdezeeuw
Copy link
Copy Markdown
Contributor

Description

Adds the SOMAXCONN constant for ESP-IDF.

Sources

Only source I could find for this: https://sourcevu.sysprogs.com/espressif/esp-idf/macros/SOMAXCONN. But 128 is commonly used value

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot label +stable-nominated

@rustbot rustbot added S-waiting-on-review stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Feb 24, 2026
Copy link
Copy Markdown
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnTitor JohnTitor added this pull request to the merge queue Feb 24, 2026
Merged via the queue into rust-lang:main with commit f5ba622 Feb 24, 2026
51 checks passed
@Thomasdezeeuw
Copy link
Copy Markdown
Contributor Author

@JohnTitor could we have a new release of v0.2.x that includes this?

@JohnTitor
Copy link
Copy Markdown
Member

Sure but I'm busy today so cc @tgross35

JohnTitor pushed a commit to JohnTitor/libc that referenced this pull request Mar 8, 2026
(backport <rust-lang#4993>)
(cherry picked from commit f5ba622)
@JohnTitor JohnTitor mentioned this pull request Mar 8, 2026
github-merge-queue bot pushed a commit that referenced this pull request Mar 8, 2026
(backport <#4993>)
(cherry picked from commit f5ba622)
@JohnTitor JohnTitor added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Mar 8, 2026
@JohnTitor
Copy link
Copy Markdown
Member

@Thomasdezeeuw Sorry for the delay, just shipped v0.2.183.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stable-applied This PR has been cherry-picked to libc's stable release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants