8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

CORE-6004: Add a switch to disable the "TCP Loopback Fast Path" option

fix default param value was redefined
This commit is contained in:
KarloX2 2019-02-20 17:52:15 +01:00
parent 482c688321
commit a769533a4e

View File

@ -3240,7 +3240,7 @@ static bool setNoNagleOption(rem_port* port)
return true;
}
bool setFastLoopbackOption(rem_port* port, SOCKET s = 0)
bool setFastLoopbackOption(rem_port* port, SOCKET s /*= 0*/)
{
#ifdef WIN_NT
if (port->getPortConfig()->getTcpLoopbackFastPathOption())