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:
parent
482c688321
commit
a769533a4e
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user