On 6/14/23 3:50 PM, Danico wrote:
que significa los ultimos numeros de 192.168.0.13:50732 , cuando hago un remoteAddress() y en un servidor socket?
Those last numbers are the port on the remote machine.It's how the system knows which socket to forward the connection to (any system can have thousands of currently open sockets).
https://en.wikipedia.org/wiki/Port_(computer_networking) -Steve