File: README

package info (click to toggle)
libnet-sip-perl 0.838-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: perl: 11,988; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (9)
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
-