firebird icon indicating copy to clipboard operation
firebird copied to clipboard

Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH

Open mrotteveel opened this issue 3 years ago • 0 comments

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.

mrotteveel avatar Aug 13 '22 10:08 mrotteveel