What causes a TCP/IP reset (RST) flag to be sent?

后端 未结 8 1603
谎友^
谎友^ 2020-11-27 10:47

I\'m trying to figure out why my app\'s TCP/IP connection keeps hiccuping every 10 minutes (exactly, within 1-2 seconds). I ran Wireshark and discovered that after 10 minut

8条回答
  •  余生分开走
    2020-11-27 11:24

    Some firewalls do that if a connection is idle for x number of minutes. Some ISPs set their routers to do that for various reasons as well.

    In this day and age, you'll need to gracefully handle (re-establish as needed) that condition.

提交回复
热议问题