diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d54734a..f379516 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1255,7 +1255,10 @@ | |||
1255 | [LLClient] | 1255 | [LLClient] |
1256 | ; Resend packets markes as reliable until they are received | 1256 | ; Resend packets markes as reliable until they are received |
1257 | ;ReliableIsImportant = false | 1257 | ;ReliableIsImportant = false |
1258 | 1258 | ||
1259 | ; Maximum number of times to resend packets marked reliable | ||
1260 | ;MaxReliableResends = 3 | ||
1261 | |||
1259 | ; Configures how ObjectUpdates are compressed. | 1262 | ; Configures how ObjectUpdates are compressed. |
1260 | ;TerseUpdatesPerPacket=10 | 1263 | ;TerseUpdatesPerPacket=10 |
1261 | ;FullUpdatesPerPacket=14 | 1264 | ;FullUpdatesPerPacket=14 |