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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -