doc/modules/luaevent.core.bufferevent.mdwn

changeset 58
03d12148100c
parent 57
e20f175aa158
child 59
9c826ee8193c
equal deleted inserted replaced
57:e20f175aa158 58:03d12148100c
40 40
41 ## bufferevent:set_write_watermarks 41 ## bufferevent:set_write_watermarks
42 * Input: `(low, high)` 42 * Input: `(low, high)`
43 * `low` - When buffer is below this, the event will be fired 43 * `low` - When buffer is below this, the event will be fired
44 * `high` - N/A to libevent, user app may use this 44 * `high` - N/A to libevent, user app may use this
45
46 ## bufferevent:get_read_watermarks
47 * Output: `low, high`
48 * See `set_read_watermarks`
49
50 ## bufferevent:get_write_watermarks
51 * Output: `low, high`
52 * See `set_write_watermarks`

mercurial