File: README

package info (click to toggle)
libnet-sip-perl 0.66-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 944 kB
  • sloc: perl: 8,988; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
These are programs to conduct simple benchmarks.
See usage() in files (option -h|--help) for more information.

listen.pl 
- listen for incoming connection
- echo RTP back
- can handle multiple connections in parallel

call.pl
- create muliple parallel calls and send special crafted RTP traffic
  The RTP are not real voice data, but sequence and timestamps inside
  an RTP frame.
- expect the RTP to be echod back, analyse the response and report
  delays, lost packets etc
-