mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-14 15:48:04 +03:00
Enable IPTOS_LOWDELAY by default
This commit is contained in:
parent
01781eacc1
commit
42c91aa6b5
@ -1555,7 +1555,11 @@ SOCKET NET_IPSocket(char *net_interface, int port, qboolean multicast)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
#ifdef REHLDS_FIXES
|
||||||
|
if (!COM_CheckParm("-notos"))
|
||||||
|
#else
|
||||||
if (COM_CheckParm("-tos"))
|
if (COM_CheckParm("-tos"))
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
i = 16;
|
i = 16;
|
||||||
Con_Printf("Enabling LOWDELAY TOS option\n");
|
Con_Printf("Enabling LOWDELAY TOS option\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user