-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Adding TCP_FASTOPEN_CONNECT prevents compiling on older systems #54604
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
Comments
In the mean time, if someone can tell me what the latest version of nodejs is that does not need TCP_FASTOPEN_CONNECT so I can build that? |
I believe the previous version |
This comment was marked as off-topic.
This comment was marked as off-topic.
Thank you very much.
On 2024-08-28 02:40, KaKa wrote:
#54549 [1] is the one that will disable TCP_FASTOPEN_CONNECT on
unsupported platform.
Merged in yesterday.
> In the mean time, if someone can tell me what the latest version of
> nodejs is that does not need TCP_FASTOPEN_CONNECT so I can build that?
I believe the previous version 22.6.0 should be fine to use.
--
Reply to this email directly, view it on GitHub [2], or unsubscribe
[3].
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I will try 22.6.0 and wait for a new release with this fixed. PS: Someone needs to delete/disable PiaoR's account. It looks like his message was deleted, but he tried to send me a link to a virus. |
Should this issue be closed? |
I have not tested the patch, I am just going to fall back to 22.6.0. |
Version
v22.7.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Attempt to compile nodejs on an older system that lacks support for TCP_FASTOPEN_CONNECT.
How often does it reproduce? Is there a required condition?
All the time.
What is the expected behavior? Why is that the expected behavior?
Be able to compile/build nodejs from source.
What do you see instead?
error: ‘TCP_FASTOPEN_CONNECT’ undeclared (first use in this function)
Multiple instances of this
Additional information
Please implement an option to disable this feature if the target platform does not support it.
Also, read this: https://blog.apnic.net/2021/07/05/tcp-fast-open-not-so-fast/
The text was updated successfully, but these errors were encountered: