Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirihnidek/udp_cc
Client server application for testing Congestion Control over UDP
https://github.com/jirihnidek/udp_cc
Last synced: about 8 hours ago
JSON representation
Client server application for testing Congestion Control over UDP
- Host: GitHub
- URL: https://github.com/jirihnidek/udp_cc
- Owner: jirihnidek
- License: gpl-2.0
- Created: 2015-06-02T14:23:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T06:40:05.000Z (over 9 years ago)
- Last Synced: 2023-04-01T02:16:47.564Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Congection Control over UDP
===========================Client-server application for testing Congestion Control over UDP and using
ECN bits. This is possible to run only at Linux oS. Other OS does not support
`setsockopt()` API.Installation
------------This project uses CMake. Thus to compile run following commands:
mkdir build
cd ./build
cmake ../
makeTesting
-------Server listens and responds at port 9001. Do not forget to enable this port
on your firewall. To run server type:./server
To run client type:
./client server.name.org