Skip to content

unix: TCP_KEEPINTVL and TCP_KEEPCNT are available on OS X 10.8+ (Moun…#3908

Merged
vtjnash merged 5 commits intolibuv:v1.xfrom
caobug:v1.x
Aug 14, 2023
Merged

unix: TCP_KEEPINTVL and TCP_KEEPCNT are available on OS X 10.8+ (Moun…#3908
vtjnash merged 5 commits intolibuv:v1.xfrom
caobug:v1.x

Conversation

@caobug
Copy link
Copy Markdown
Contributor

@caobug caobug commented Feb 13, 2023

In earlier versions, macOS only defined TCP_KEEPALIVE, but since macOS 10.8, it has supported TCP_KEEPINTVL and TCP_KEEPCNT.

https://lists.apple.com/archives/macnetworkprog/2012/Jul/msg00005.html

…tain Lion).

In earlier versions, macOS only defined TCP_KEEPALIVE, but since macOS 10.8, it has supported TCP_KEEPINTVL and TCP_KEEPCNT.

https://lists.apple.com/archives/macnetworkprog/2012/Jul/msg00005.html
Copy link
Copy Markdown
Member

@bnoordhuis bnoordhuis left a comment

Choose a reason for hiding this comment

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

Thanks for the pull request. Mostly LGTM but see comment.

@vtjnash vtjnash merged commit 65541f7 into libuv:v1.x Aug 14, 2023
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