Kamen
Active member
- Joined
- Nov 30, 2020
- Messages
- 28
- Programming Experience
- 1-3
Hello, everyone.
I have some problems in customizing UDP Echo server.
I'm following this guide now.
I want to get client's IP address and port in OnReceived function of UDP Echo Server.
this function has UDPEndpoint param named 'endpoint'.
I think I can get client's info with this param but I can't know correct way to do so.
So I hope you help me asap.
Thank you.
I have some problems in customizing UDP Echo server.
CSharpServer
Ultra fast and low latency asynchronous socket server & client C# library with support TCP, SSL, UDP protocols and 10K connections problem solution
chronoxor.github.io
I want to get client's IP address and port in OnReceived function of UDP Echo Server.
this function has UDPEndpoint param named 'endpoint'.
I think I can get client's info with this param but I can't know correct way to do so.
So I hope you help me asap.
Thank you.