mod_csi_pump/README.markdown
author Kim Alvefur <zash@zash.se>
Fri, 16 Feb 2018 04:36:41 +0100
changeset 2885 824b0d7fa883
parent 2466 81127dcdb326
child 3551 82cf953fabae
permissions -rw-r--r--
mod_onions: Fix unqualified use of debug.traceback
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2459
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
---
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
description: Lossless CSI module
2465
b50ed19e7f80 mod_csi_pump: Mark as Alpha
Kim Alvefur <zash@zash.se>
parents: 2459
diff changeset
     3
labels:
b50ed19e7f80 mod_csi_pump: Mark as Alpha
Kim Alvefur <zash@zash.se>
parents: 2459
diff changeset
     4
- 'Stage-Alpha'
2459
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     5
---
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     6
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     7
Stanzas are queued in a buffer until either an "important" stanza is
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     8
encountered or the buffer becomes full. Then all queued stanzas are sent
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     9
at the same time. This way, nothing is lost or reordered while still
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    10
allowing for power usage savings by not requiring mobile clients to
dc30ca5ce315 mod_csi_pump: Lossless CSI mode
Kim Alvefur <zash@zash.se>
parents:
diff changeset
    11
bring up their radio for unimportant stanzas.
2466
81127dcdb326 mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules
Kim Alvefur <zash@zash.se>
parents: 2465
diff changeset
    12
81127dcdb326 mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules
Kim Alvefur <zash@zash.se>
parents: 2465
diff changeset
    13
Use with other CSI plugins such as [mod_throttle_presence] is *not*
81127dcdb326 mod_csi_pump/README: Add note about being unsupported in combination with other CSI modules
Kim Alvefur <zash@zash.se>
parents: 2465
diff changeset
    14
supported.