Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 411 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 411 Bytes

turnperf

TURN Performance client

building

install libre first, and then build turnperf:

$ make

usage

you can run the turnperf client against any TURN server, but please be aware that it may generate a lot of network traffic!

Run turnperf against a local TURN-server (UDP)

$ ./turnperf 127.0.0.1

Run turnperf against a local TURN-server (TCP)

$ ./turnperf -t 127.0.0.1