Annotate
mod_csi_pump/README.markdown @ 2461:b50ed19e7f80
mod_csi_pump: Mark as Alpha
author |
Kim Alvefur <zash@zash.se> |
date |
Tue, 24 Jan 2017 12:28:27 +0100 |
parent |
2455:dc30ca5ce315 |
child |
2462:81127dcdb326 |
rev |
line source |
2455
|
1 ---
|
|
2 description: Lossless CSI module
|
2461
|
3 labels:
|
|
4 - 'Stage-Alpha'
|
2455
|
5 ---
|
|
6
|
|
7 Stanzas are queued in a buffer until either an "important" stanza is
|
|
8 encountered or the buffer becomes full. Then all queued stanzas are sent
|
|
9 at the same time. This way, nothing is lost or reordered while still
|
|
10 allowing for power usage savings by not requiring mobile clients to
|
|
11 bring up their radio for unimportant stanzas.
|