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
823
Wiki
Activity
Browse Source
it helps to actually make use of new command line params. basic RTP forwarding testing OK now for both ipv4 and ipv6
git.mgm/mediaproxy-ng/2.0
Richard Fuchs
14 years ago
parent
305ce520ae
commit
ccfc13437c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
daemon/main.c
+ 2
- 0
daemon/main.c
View File
@ -262,6 +262,8 @@ int main(int argc, char **argv) {
m
-
>
kernelid
=
table
;
m
-
>
ipv4
=
ipv4
;
m
-
>
adv_ipv4
=
adv_ipv4
;
m
-
>
ipv6
=
ipv6
;
m
-
>
adv_ipv6
=
adv_ipv6
;
m
-
>
port_min
=
port_min
;
m
-
>
port_max
=
port_max
;
m
-
>
timeout
=
timeout
;
Write
Preview
Loading…
Cancel
Save