Is TCP Keepalive the only mechanism to determine a broken link?

后端 未结 5 893
北荒
北荒 2021-01-13 14:46

I recently ran into a issue where intermediate link betweeen a TCP server and client was down. The client has the requirement of connecting to a secondary server if the prim

5条回答
  •  花落未央
    2021-01-13 15:45

    You could invent and implement your own keep-alive using TCP's Out-Of-Band feature, but I wouldn't even consider that unless you have some significant issue with the one that's already built for you.

提交回复
热议问题