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

Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH #7259

Closed
mrotteveel opened this issue Aug 13, 2022 · 0 comments
Closed

Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH #7259

mrotteveel opened this issue Aug 13, 2022 · 0 comments

Comments

@mrotteveel
Copy link
Member

mrotteveel commented Aug 13, 2022

Microsoft actively discourages using the SIO_LOOPBACK_FAST_PATH socket option:

Important The SIO_LOOPBACK_FAST_PATH is deprecated and is not recommended to be used in your code.

As such, the TcpLoopbackFastPath configuration option and the use of SIO_LOOPBACK_FAST_PATH should be removed from Firebird 5.0, and disabled by default in next versions of Firebird 3.0 and 4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment