www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - pregunta preguntona, acerca de el resultado de remoteAddress()

reply Danico <dnce1029 gmail.com> writes:
que significa los ultimos numeros de 192.168.0.13:50732 , cuando 
hago un remoteAddress() y en un servidor socket?
Jun 14 2023
next sibling parent Steven Schveighoffer <schveiguy gmail.com> writes:
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
Jun 14 2023
prev sibling next sibling parent Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
On Wednesday, 14 June 2023 at 19:50:21 UTC, Danico wrote:
 que significa los ultimos numeros de 192.168.0.13:50732 , 
 cuando hago un remoteAddress() y en un servidor socket?
Es un numero de puerto. No estoy seguro que preguntar en un idioma otra que ingles es un buena idea aqui. Lee esto por favor: https://es.m.wikipedia.org/wiki/Puerta_de_enlace
Jun 14 2023
prev sibling parent Danico <dnce1029 gmail.com> writes:
On Wednesday, 14 June 2023 at 19:50:21 UTC, Danico wrote:
 que significa los ultimos numeros de 192.168.0.13:50732 , 
 cuando hago un remoteAddress() y en un servidor socket?
On Wednesday, 14 June 2023 at 19:50:21 UTC, Danico wrote: Thanks everyone, it was an ephemeral ports, are automatically assigned by the client's operating system when establishing an outgoing connection.
Jun 14 2023