OsmoCC: Limit number of default socket ports to 20
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#define OSMO_CC_SOCKET_H
|
#define OSMO_CC_SOCKET_H
|
||||||
|
|
||||||
#define OSMO_CC_DEFAULT_PORT 4200
|
#define OSMO_CC_DEFAULT_PORT 4200
|
||||||
#define OSMO_CC_DEFAULT_PORT_MAX 4299
|
#define OSMO_CC_DEFAULT_PORT_MAX 4219
|
||||||
|
|
||||||
#define OSMO_CC_SOCKET_TX_KEEPALIVE 10.0
|
#define OSMO_CC_SOCKET_TX_KEEPALIVE 10.0
|
||||||
#define OSMO_CC_SOCKET_RX_KEEPALIVE 20.0
|
#define OSMO_CC_SOCKET_RX_KEEPALIVE 20.0
|
||||||
|
Reference in New Issue
Block a user