summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-17 22:17:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-17 22:19:02 +0200
commit9829cd690856e987704996efb52be3c8e1b840cf (patch)
tree2cb8ffa4ff87256de66e30380b95d45dbd2e4284 /src/dabInputZmq.h
parent3f35a946ca00996b354a73831ef51aa269e8e623 (diff)
downloaddabmux-9829cd690856e987704996efb52be3c8e1b840cf.tar.gz
dabmux-9829cd690856e987704996efb52be3c8e1b840cf.tar.bz2
dabmux-9829cd690856e987704996efb52be3c8e1b840cf.zip
Add zmq encryption parameters to remotecontrol
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r--src/dabInputZmq.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h
index 871676e..b74b1e8 100644
--- a/src/dabInputZmq.h
+++ b/src/dabInputZmq.h
@@ -142,6 +142,19 @@ class DabInputZmqBase : public DabInputBase, public RemoteControllable {
RC_ADD_PARAMETER(enable,
"If the input is enabled. Set to zero to empty the buffer.");
+ RC_ADD_PARAMETER(encryption,
+ "If encryption is enabled or disabled [1 or 0]."
+ " If 1 is written, the keys are reloaded.");
+
+ RC_ADD_PARAMETER(publickey,
+ "The multiplexer's public key file.");
+
+ RC_ADD_PARAMETER(secretkey,
+ "The multiplexer's secret key file.");
+
+ RC_ADD_PARAMETER(encoderkey,
+ "The encoder's public key file.");
+
/* Set all keys to zero */
INVALIDATE_KEY(m_curve_public_key);
INVALIDATE_KEY(m_curve_secret_key);