networking - Can two ends of a TCP connection have the same IP and port? -


a tcp connection uniquely identified { local_ip, local_port, remote_ip, remote_port }.

is possible local_ip==remote_ip , local_port==remote_port?

answering own question...

it possible , observed, see how can have tcp connection same port?


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -