From 8d3575853f59cb95252f84640878e2756adff213 Mon Sep 17 00:00:00 2001 From: Spock Date: Sat, 27 Jan 2024 01:13:45 -0800 Subject: [PATCH] Buffs download speeds (#4972) The data wants to be free --- code/__DEFINES/misc.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 89d443acac9..2eccdfb6458 100755 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -158,9 +158,9 @@ #define NTNET_SYSTEMCONTROL 4 // Control of various systems, RCon, air alarm control, etc. // NTNet transfer speeds, used when downloading/uploading a file/program. -#define NTNETSPEED_LOWSIGNAL 0.05 // GQ/s transfer speed when the device is wirelessly connected and on Low signal -#define NTNETSPEED_HIGHSIGNAL 0.15 // GQ/s transfer speed when the device is wirelessly connected and on High signal -#define NTNETSPEED_ETHERNET 0.40 // GQ/s transfer speed when the device is using wired connection +#define NTNETSPEED_LOWSIGNAL 0.25 // GQ/s transfer speed when the device is wirelessly connected and on Low signal +#define NTNETSPEED_HIGHSIGNAL 0.5 // GQ/s transfer speed when the device is wirelessly connected and on High signal +#define NTNETSPEED_ETHERNET 1 // GQ/s transfer speed when the device is using wired connection #define NTNETSPEED_DOS_AMPLIFICATION 2 // Multiplier for Denial of Service program. Resulting load on NTNet relay is this multiplied by NTNETSPEED of the device // Program bitflags