fcd88b35beb4e9e909ace6afc5ff03c714a23a1d
Simple multithreaded GoLang UDP server
Simple multithreaded GoLang UDP server.
The number of threads is determined by the number of CPU cores.
Getting Started
go build
./goudpserver -ip=0.0.0.0 -port=10003
Testing
ncat -u 127.0.0.1 10003
License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.
Description
Languages
Go
100%