23 lines
671 B
Markdown
23 lines
671 B
Markdown
# Simple multithreaded UDP server
|
|
|
|
[](README.md)
|
|
[](README.md)
|
|
[](LICENSE)
|
|
|
|
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
|
|
|
|
This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details.
|