comparison mod_limits.wiki @ 291:5999d2eb2149

Fix compatibility info
author MWild1@gmail.com
date Fri, 06 Jul 2012 13:01:05 +0000
parents d4e87d2b4ba1
children
comparison
equal deleted inserted replaced
290:d4e87d2b4ba1 291:5999d2eb2149
35 }}} 35 }}}
36 36
37 All units are in terms of _bytes_, not _bits_, so that "kb/s" is interpreted as "kilobytes per second", where a kilobyte is 1000 bytes. 37 All units are in terms of _bytes_, not _bits_, so that "kb/s" is interpreted as "kilobytes per second", where a kilobyte is 1000 bytes.
38 38
39 = Compatibility = 39 = Compatibility =
40 | 0.9 | Works | 40 || 0.9 || Works ||
41 | 0.8 | Doesn't work(*) | 41 || 0.8 || Doesn't work(`*`) ||
42 42
43 (*) This module can be made to work in 0.8 if you do two things: 43 (`*`) This module can be made to work in 0.8 if you do two things:
44
44 # Install [http://hg.prosody.im/0.9/raw-file/d46948d3018a/util/throttle.lua util.throttle] into your Prosody source's util/ directory. 45 # Install [http://hg.prosody.im/0.9/raw-file/d46948d3018a/util/throttle.lua util.throttle] into your Prosody source's util/ directory.
45 # If you use libevent apply [http://prosody.im/patches/prosody08-mod-limits-fix.patch this patch] to net/server_event.lua. 46 # If you use libevent apply [http://prosody.im/patches/prosody08-mod-limits-fix.patch this patch] to net/server_event.lua.