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
update udp simulator to new default port
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
2b9d251cd8
commit
0f58c2df4f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/simulator-udp.pl
+ 1
- 1
tests/simulator-udp.pl
View File
@ -53,7 +53,7 @@ sub msg {
}
socket
(
$
fd
,
AF_INET
,
SOCK_DGRAM
,
0
)
or
die
$!
;
connect
(
$
fd
,
sockaddr_in
(
1
2222
,
inet_aton
(
"127.0.0.1"
)
)
)
or
die
$!
;
connect
(
$
fd
,
sockaddr_in
(
2222
,
inet_aton
(
"127.0.0.1"
)
)
)
or
die
$!
;
msg
(
'V'
)
eq
'20040107'
or
die
;
Write
Preview
Loading…
Cancel
Save