This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 use a more sendible port-max default
Change-Id: I79dcea7edbb29c7b32daa73c3a55f6ebf10b2eff
pull/1910/head
Richard Fuchs
10 months ago
parent
6276b37cd2
commit
3e5c6956af
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/main.c
+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
Write
Preview
Loading…
Cancel
Save