Even if UDP is connection-less, I would like to establish some kind of connection between a client and a server. The thing is, once the server has received something from the client, the only thing I can do send my answer is use the IP and the Port from the client.
And well... this will, in almost EVERY CASE, not be the IP of the client, because the client doesn t have an IP on the Internet : only its router does. I would like to know how to send back data to the client, even if he s behind a router.
I m开始相信它是不可能的......但是,可以做到吗? 不要说我的视频集束只用用户向服务器发送数据。