MT#55283 use a more sendible port-max default

Change-Id: I79dcea7edbb29c7b32daa73c3a55f6ebf10b2eff
pull/1910/head
Richard Fuchs 4 months ago
parent 6276b37cd2
commit 3e5c6956af

@ -92,7 +92,7 @@ struct rtpengine_config rtpe_config = {
.homer_id = 2001,
.homer_ng_capt_proto = 0x3d, // first available value in HEP proto specification
.port_min = 30000,
.port_max = 40000,
.port_max = 39999,
.redis_db = -1,
.redis_write_db = -1,
.redis_allowed_errors = -1,

@ -51,7 +51,7 @@ tos = 184
# http-threads = 4
port-min = 30000
port-max = 40000
port-max = 39999
# max-sessions = 5000
# software-id = rtpengine

Loading…
Cancel
Save