Skip to content

Instantly share code, notes, and snippets.

View Drift91's full-sized avatar

Kyle J. McKeown Drift91

  • Ontario, Canada
  • 17:23 (UTC -04:00)
  • X @Drift_91
View GitHub Profile
@Drift91
Drift91 / baseline_basic.cfg
Created April 17, 2026 05:57 — forked from veteran29/baseline_basic.cfg
Arma 3 Basic.cfg experiments
// This config intends to be a baseline for further adjustments.
// The default values for most of the settings seem to be more fit for good ol OFP days.
// Per socket (client) bandwidth settings
// These values are in BYTES
// value * 8 / 1000 to get KiB
class sockets {
// Packet MTU, keep lower than 1500 to not risk packet fragmentation, default 1400
// 1444 used on official BI servers
// maxPacketSize = 1430;