Why opening two port for when connection #4940
Answered
by
darrachequesne
ezzadaghweb
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
darrachequesne
Feb 12, 2024
Replies: 1 comment 5 replies
-
I think you are referring to the Could you please check? Reference: https://en.wikipedia.org/wiki/Transmission_Control_Protocol Edit: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The port (found in either
socket.request.socket._peername.port
orsocket.request.socket.remotePort
) is the port on the client machine used to establish the TCP connection.You can check it with
netstat
on Linux: