Browse Source

update udp simulator to new default port

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
0f58c2df4f
1 changed files with 1 additions and 1 deletions
  1. +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(12222, 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;


Loading…
Cancel
Save