When setting up a system for remote debugging, there are two options: -pipe and -tcpip.
What I'd like to know is which one has less load on the network -pipe or -tcpip? The response seems the same on both so I don't really know whether one is better than the other or not. If I use -tcpip, I get a warning that it might be insecure but that is not a problem because the system I'm using is not connected to the internet.
What I'd like to know is which one has less load on the network -pipe or -tcpip? The response seems the same on both so I don't really know whether one is better than the other or not. If I use -tcpip, I get a warning that it might be insecure but that is not a problem because the system I'm using is not connected to the internet.