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

Replace socket select() with poll() #6296

Merged
merged 22 commits into from Jan 11, 2022

Conversation

britzl
Copy link
Contributor

@britzl britzl commented Dec 31, 2021

Fixes #6264

@britzl britzl requested a review from JCash January 3, 2022 09:47
engine/dlib/src/dlib/file_descriptor.h Outdated Show resolved Hide resolved
engine/dlib/src/dlib/file_descriptor.cpp Outdated Show resolved Hide resolved
engine/dlib/src/dlib/file_descriptor.cpp Outdated Show resolved Hide resolved
engine/dlib/src/dlib/socket.cpp Outdated Show resolved Hide resolved
engine/dlib/src/dmsdk/dlib/file_descriptor.h Outdated Show resolved Hide resolved
engine/dlib/src/dlib/file_descriptor.cpp Show resolved Hide resolved
engine/dlib/src/dmsdk/dlib/file_descriptor.h Outdated Show resolved Hide resolved
@britzl britzl requested a review from JCash January 6, 2022 23:15
@britzl britzl merged commit ef4af65 into dev Jan 11, 2022
@britzl britzl deleted the Issue-6264-replace-socket-select-with-poll branch January 11, 2022 12:18
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.

Replace using of select() with poll()
2 participants