Files
UDPServer/README.md
T
2019-02-18 09:15:03 +03:00

20 lines
400 B
Markdown

# Simple multithreaded UDP server
Simple multithreaded UDP server.
The number of threads is determined by the number of CPU cores.
## Getting Started
>make
>./udpserver 127.0.0.1 10003
## Testing
>ncat -u 127.0.0.1 10003
## License
![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.