[CRIU] linux-next: WARNING: CPU: 0 PID: 2825 at net/ipv4/tcp_input.c:3078 tcp_ack+0x11f5/0x1380()

Eric Dumazet eric.dumazet at gmail.com
Mon Aug 11 08:55:20 PDT 2014


On Mon, 2014-08-11 at 19:37 +0400, Andrew Vagin wrote:

> Yes, it does. We hope that tcp code will fix rtt according with next
> packages.

I don't think its the right way.

You only used cubic, but some congestion modules heavily depends on rtt.

Cleaner way would be to not try to use wrong RTT estimations in the
first place.

skb_mstamp being NULL is exactly the mark of skb that should not
participate in the rtt estimations.

(or use a new flag , included in TCPCB_RETRANS )




More information about the CRIU mailing list