annotate mod_csi_pump/README.markdown @ 2456:f3fc2b672df3
mod_net_dovecotauth: Replace missing buffer lib with simpler string based buffering
| author |
Kim Alvefur <zash@zash.se> |
| date |
Sun, 22 Jan 2017 04:41:04 +0100 |
| parents |
dc30ca5ce315 |
| children |
b50ed19e7f80 |
| rev |
line source |
|
2455
|
1 ---
|
|
|
2 description: Lossless CSI module
|
|
|
3 ---
|
|
|
4
|
|
|
5 Stanzas are queued in a buffer until either an "important" stanza is
|
|
|
6 encountered or the buffer becomes full. Then all queued stanzas are sent
|
|
|
7 at the same time. This way, nothing is lost or reordered while still
|
|
|
8 allowing for power usage savings by not requiring mobile clients to
|
|
|
9 bring up their radio for unimportant stanzas.
|