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

Using the raw fd directly rather than opening the fd pseudo file #56

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

p4n1c
Copy link

@p4n1c p4n1c commented Sep 7, 2021

Description of changes:

Utilize the fd directly rather than through opening its pseudo file in /proc, with this change it will be more compatible with different types of file descriptor including file descriptors of network sockets, while the old approach is kinda limited to files and pipes.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@carlzogh carlzogh requested review from edhzsz, zsombor-balogh and carlzogh and removed request for zsombor-balogh October 26, 2021 12:23
Copy link
Contributor

@carlzogh carlzogh left a comment

Choose a reason for hiding this comment

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

LGTM - thanks

@carlzogh carlzogh requested review from zsombor-balogh and removed request for edhzsz March 29, 2022 13:44
Copy link
Contributor

@zsombor-balogh zsombor-balogh left a comment

Choose a reason for hiding this comment

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

LGTM

@zsombor-balogh zsombor-balogh merged commit 2963d0e into aws:main Mar 29, 2022
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.

3 participants