If I read/write to a TCP socket that is on localhost, will that avoid firewalls?
Posted
by ryeguy
on Stack Overflow
See other posts from Stack Overflow
or by ryeguy
Published on 2010-05-06T03:06:27Z
Indexed on
2010/05/06
3:08 UTC
Read the original article
Hit count: 348
If I want to open a TCP socket between 2 processes on the same computer, will having the server run on localhost and the client connect on localhost be safe from any firewall intervention?
© Stack Overflow or respective owner