Skip to content

tool_cb_rea: use poll instead of select if available - #19143

Closed
bagder wants to merge 4 commits into
masterfrom
bagder/tool-wait-fd
Closed

tool_cb_rea: use poll instead of select if available#19143
bagder wants to merge 4 commits into
masterfrom
bagder/tool-wait-fd

Conversation

@bagder

@bagder bagder commented Oct 19, 2025

Copy link
Copy Markdown
Member
  • poll doesn't have the FD_SETSIZE problem

  • select: if socket >= FD_SETSIZE, skip the call

- poll doesn't have the FD_SETSIZE problem

- select: if socket >= FD_SETSIZE, skip the call
@bagder
bagder marked this pull request as ready for review October 19, 2025 21:56
@bagder bagder closed this in 8504c41 Oct 19, 2025
@bagder
bagder deleted the bagder/tool-wait-fd branch October 19, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant