Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
2k views

netstat output is "ESTABLISHED -" (no program name attached). What is the issue?

My server program is running and I am trying to establish some TCP connections from redis client. I am trying to establish 1150 client connections, and when I check netstat at server side I find a ...
SKM's user avatar
  • 131
0 votes
1 answer
3k views

Stalled TCP connection with data in RecvQ and ESTABLISHED off

My networking skills are quite poor and I am trying to understand the following netstat -ton meaning. We have redis server and a client with a thread connecting to it via PUB/SUB. The client ...
coulix's user avatar
  • 103