DDS plugin: handle n to m on single channel name case

This commit is contained in:
Alexey Rybalchenko
2018-02-23 16:29:26 +01:00
committed by Mohammad Al-Turany
parent 13678f9f6d
commit 6e40011a18
5 changed files with 53 additions and 19 deletions

View File

@@ -59,6 +59,7 @@ struct SUBOPT
SNDKERNELSIZE,
RCVKERNELSIZE,
RATELOGGING, // logging rate
NUMSOCKETS,
lastsocketkey
};
@@ -73,6 +74,7 @@ struct SUBOPT
/*[SNDKERNELSIZE] = */ "sndKernelSize",
/*[RCVKERNELSIZE] = */ "rcvKernelSize",
/*[RATELOGGING] = */ "rateLogging",
/*[NUMSOCKETS] = */ "numSockets",
nullptr
};