Browse Source

MT#55283 use a more sendible port-max default

Change-Id: I79dcea7edbb29c7b32daa73c3a55f6ebf10b2eff
pull/1910/head
Richard Fuchs 10 months ago
parent
commit
3e5c6956af
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      daemon/main.c
  2. +1
    -1
      etc/rtpengine.conf

+ 1
- 1
daemon/main.c View File

@ -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,


+ 1
- 1
etc/rtpengine.conf View File

@ -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