mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
VU Meters update.
Parameterize values used for allocating the UDP port number for VU meters. Signed-off-by: David Klann <dklann@broadcasttool.com>
This commit is contained in:
12
lib/rd.h
12
lib/rd.h
@@ -625,4 +625,16 @@
|
||||
*/
|
||||
#define RD_GPIO_EVENT_DAYS 30
|
||||
|
||||
/*
|
||||
* Starting UDP port for cae_meter_socket.
|
||||
* Default 'MeterPortBaseNumber=' value in rd.conf(5)
|
||||
*/
|
||||
#define RD_DEFAULT_METER_SOCKET_BASE_UDP_PORT 30000
|
||||
|
||||
/*
|
||||
* Maximum number of UDP ports to consider for cae_meter_socket.
|
||||
* Default 'MeterPortRange' value in rd.conf(5)
|
||||
*/
|
||||
#define RD_METER_SOCKET_PORT_RANGE 100
|
||||
|
||||
#endif // RD_H
|
||||
|
Reference in New Issue
Block a user