Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

socket option SO_LINGER fix for macOS. #60

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

devnexen
Copy link

SO_LINGER, on this platform, works differently than other unixes in that it does in term of clock ticks rather than seconds. Thus, the existence of the SO_LINGER_SEC option, we define it to every other platforms for simplicity sake.

SO_LINGER, on this platform, works differently than other unixes in
that it does in term of clock ticks rather than seconds.
Thus, the existence of the SO_LINGER_SEC option, we define it to
every other platforms for simplicity sake.
@devnexen
Copy link
Author

devnexen commented Aug 17, 2024

original report here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant