diff options
author | Melanie Thielker | 2009-05-04 02:24:30 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-04 02:24:30 +0000 |
commit | b44a56e0b414c3b68624954f1e36ed49e290b0b8 (patch) | |
tree | 51dfe3aba5a8cb116d214c703e728d0537810126 /bin/OpenSim.ini.example | |
parent | Create a working configuration hook to allow LLClient parameters from (diff) | |
download | opensim-SC_OLD-b44a56e0b414c3b68624954f1e36ed49e290b0b8.zip opensim-SC_OLD-b44a56e0b414c3b68624954f1e36ed49e290b0b8.tar.gz opensim-SC_OLD-b44a56e0b414c3b68624954f1e36ed49e290b0b8.tar.bz2 opensim-SC_OLD-b44a56e0b414c3b68624954f1e36ed49e290b0b8.tar.xz |
Add a parameter that limits the max size of the outbound packet. Defaulted
at 1400 since the headers get added to that (32 bytes plus UDP headers)
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8ae6e00..ec90488 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1285,3 +1285,5 @@ | |||
1285 | ;FullUpdatesPerPacket=14 | 1285 | ;FullUpdatesPerPacket=14 |
1286 | ;TerseUpdateRate=10 | 1286 | ;TerseUpdateRate=10 |
1287 | ;FullUpdateRate=14 | 1287 | ;FullUpdateRate=14 |
1288 | |||
1289 | ;PacketMTU = 1400 | ||