Questions tagged [tcp-keepalive]

50 questions
0
votes
2 answers

Adjust DB2 keepalive settings for a Python Cloud Foundry app on IBM Cloud

I have a working Python Cloud Foundry app on Bluemix / IBM Cloud that connects to, and otherwise works well with a DB2 on Cloud instance on Bluemix / IBM Cloud. However, after long intervals (I haven't been able to measure the time), the connection…
Deven
  • 156
  • 1
  • 1
  • 13
0
votes
0 answers

c# socket continuously messaging

I am struggling for some days with this problem. I have a server machine and I need to implement a client . Firstly I am sending a logon message and I am receiving the response. After , I will need to send and receive different messages. From 10…
-1
votes
1 answer

Setting TCP keepalive on a CONTAINER

I am using Azure Kubernetes, and trying to set TCP_Keepalive on a container basis. Is there away of achieving that?
Conundrum
  • 43
  • 1
  • 6
-1
votes
1 answer

work-around for idle ssh sessions dropped because of "packet_write_wait: Connection to 192.168.xx.yyy port 22: Broken pipe"

here's the scenario: you ssh into a remote linux host, leave the terminal idle for a while and come back to find the connection has dropped. You've read the suggestions about setting keep-alive on the connection, and tried it, and it still…
nzc
  • 1,576
  • 1
  • 14
  • 24
-1
votes
1 answer

how to detect TCP keep alive packets and keep connection open

I wrote my own server with epoll. When I sent TCP keep alive packages from client to server, epoll event will not get triggered. Question: I want my server to keep the connection open when server gets tcp keep alive packages. I also tried to look at…
user292048
  • 15
  • 6
1 2 3
4