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

network: use TCP_KEEPALIVE instead of TCP_KEEPIDLE in OSX #9574

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

lecaros
Copy link
Contributor

@lecaros lecaros commented Nov 10, 2024

The build fails in OSX because TCP_KEEPIDLE doesn't exist in the netinet lib, instead TCP_KEEPALIVE should be used.

Not sure if the ifdef should be here or not. I'd appreciate the feedback.


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@edsiper edsiper merged commit 601969d into master Nov 11, 2024
51 checks passed
@edsiper edsiper deleted the lecaros-change-tcp-keepidle-in-osx branch November 11, 2024 16:06
@lecaros lecaros added this to the Fluent Bit v3.2.0 milestone Nov 11, 2024
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.

2 participants