Skip to main content

All Questions

Tagged with
2 votes
3 answers
4k views

Meaning of netstat output?

When I type "sudo netstat -an", this is part of the output I get: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 192.99.202.17:39922 ...
Henley Wing's user avatar
0 votes
1 answer
7k views

Connection timed out when connecting to a remote tcp port

I have deployed my application on Linux CentOS. The app connects to a remote TCP port but it throws a connect timed out exception. I tried to connect it via telnet but the port doesn't respond. I am ...
techPackets's user avatar
1 vote
1 answer
3k views

What does netstat mean by "acknowledgments not containing data received"?

Netstat reports some TCP packets in the following category acknowledgments not containing data received. However, I'm not clear what this phrase means. Goggling and the netstat documentation don't ...
Matthew Churcher's user avatar