This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
RHS_FNC_RKG3_IMPACT | |
a: reyhard | |
*/ | |
params [ | |
"_shooter", | |
"_grenade" | |
]; |