Changeset 51
- Timestamp:
- 11/19/08 13:29:20 (17 years ago)
- Location:
- trunk/src
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/World.cpp
r49 r51 540 540 541 541 542 m_configs[CONFIG_TCP_NO_DELAY] = sConfig.GetBoolDefault("TcpNoDelay", false);543 542 m_configs[CONFIG_GROUP_XP_DISTANCE] = sConfig.GetIntDefault("MaxGroupXPDistance", 74); 544 543 /// \todo Add MonsterSight and GuarderSight (with meaning) in Trinityd.conf or put them as define -
trunk/src/game/World.h
r44 r51 148 148 CONFIG_TALENTS_INSPECTING, 149 149 CONFIG_CHAT_FAKE_MESSAGE_PREVENTING, 150 CONFIG_TCP_NO_DELAY,151 150 CONFIG_CORPSE_DECAY_NORMAL, 152 151 CONFIG_CORPSE_DECAY_RARE, -
trunk/src/trinitycore/trinitycore.conf.dist
r44 r51 93 93 # 9 (best compression) 94 94 # 95 # TcpNoDelay96 # TCP Nagle algorithm setting97 # Default: 0 (enable Nagle algorithm, less traffic, more latency)98 # 1 (TCP_NO_DELAY, disable Nagle algorithm, more traffic but less latency)99 #100 95 # PlayerLimit 101 96 # Maximum number of players in the world. Excluding Mods, GM's and Admins … … 183 178 ProcessPriority = 1 184 179 Compression = 1 185 TcpNoDelay = 0186 180 PlayerLimit = 100 187 181 SaveRespawnTimeImmediately = 1