diff options
author | sapier <Sapier at GMX dot net> | 2014-01-06 20:05:28 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-01-10 10:10:45 +0100 |
commit | 9edb91da5754cf194637d1d7faa513719b61f9b4 (patch) | |
tree | 66adfd87cb43e9b24adc70bcaabfae205fc10f8f /minetest.conf.example | |
parent | 8b0b857eaaa50c6ec217a46c0577395c78ec04c7 (diff) | |
download | minetest-9edb91da5754cf194637d1d7faa513719b61f9b4.tar.gz minetest-9edb91da5754cf194637d1d7faa513719b61f9b4.tar.bz2 minetest-9edb91da5754cf194637d1d7faa513719b61f9b4.zip |
Fixed minetest reliable udp implementation (compatible to old clients)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 674d253fb..e63bd70f7 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -345,7 +345,10 @@ # Number of emerge threads to use. Make this field blank, or increase this number, to use multiple threads. # On multiprocessor systems, this will improve mapgen speed greatly, at the cost of slightly buggy caves. #num_emerge_threads = 1 - +# maximum number of packets sent per send step, if you have a slow connection +# try reducing it, but don't reduce it to a number below double of targeted +# client number +#max_packets_per_iteration = 1024 # # Physics stuff # |