Skip to content

Instantly share code, notes, and snippets.

View severgun's full-sized avatar

Sergey Vergun severgun

  • Saint-Petersburg, Russia
View GitHub Profile
@severgun
severgun / multipath_hp.conf
Created February 19, 2024 21:14 — forked from dubcl/multipath_hp.conf
Multipath HP P2000 Config
# Example config for P2000 G3
defaults {
polling_interval 5
path_selector "round-robin 0"
user_friendly_names yes
path_checker directio
}
blacklist {
# avoid multipath configure local disks
@severgun
severgun / baseline_basic.cfg
Created November 9, 2020 09:35 — 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
class sockets {
// Packet MTU, keep lower than 1500 to not risk packet fragmentation, default 1400
// 1444 used on official BI servers
maxPacketSize = 1430;
// Initial negotiated client connection speed in bytes, default 32000 (256 kbit)
// It seems that if too set high then clients with slow connection might have issues with joining.
@severgun
severgun / rhs_rkg3_impact.sqf
Created March 3, 2020 06:07
RHS RKG3 script
/*
RHS_FNC_RKG3_IMPACT
a: reyhard
*/
params [
"_shooter",
"_grenade"
];