chronoxor / NetCoreServer

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
https://chronoxor.github.io/NetCoreServer
MIT License
2.63k stars 550 forks source link

Performance of UDP echo server #275

Open arn0dre opened 9 months ago

arn0dre commented 9 months ago

I'm wondering about the benchmark performance of the udp echo server. Why is it way slower than tcp? Shouldn't it be faster than any other protocol? Would the change of the message package size increase the data throughput? Thanks for clarification!