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

后端 未结 8 1602
谎友^
谎友^ 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:46

    A 'router' could be doing anything - particularly NAT, which might involve any amount of bug-ridden messing with traffic...

    One reason a device will send a RST is in response to receiving a packet for a closed socket.

    It's hard to give a firm but general answer, because every possible perversion has been visited on TCP since its inception, and all sorts of people might be inserting RSTs in an attempt to block traffic. (Some 'national firewalls' work like this, for example.)

提交回复
热议问题