All of lore.kernel.org
 help / color / mirror / Atom feed
* What causes these TCP packet getting lost in linux kernel
@ 2014-04-11  7:19 chptx y
  2014-04-11 10:41 ` Eric Dumazet
  0 siblings, 1 reply; 13+ messages in thread
From: chptx y @ 2014-04-11  7:19 UTC (permalink / raw)
  To: netdev

Hi,

I captured these packets with tcpdump on Android device(linux 3.4.39),
these packets are in a HTTP GET Stream:

1  385.447794 Server -> Client: SEQ 12517, LEN 100
2  385.498345 Client -> Server: SEQ 3086, LEN 0, ACK 12617
3  385.497836 Server -> Client: SEQ 12617, LEN 1348
4  385.498644 Client -> Server: [DUP ACK] SEQ 3086, LEN 0, ACK 12617
5  385.498735 Server -> Client: SEQ 13965, LEN 619
6  385.498978 Client -> Server: [Dup ACK] SEQ 3086, LEN 0, ACK 12617
7  385.718843 Server -> Client: [Retrans] SEQ 13965, LEN 619
8  385.719280 Client -> Server: [DUP ACK] SEQ 3086, LEN 0, ACK 12617
9  385.733230 Server -> Client: [Retrans] SEQ 12617, LEN 1348
10 385.733602 Client -> Server: SEQ 3086, LEN 0, ACK 14584
11 385.909921 Server -> Client: [Retrans] SEQ 12617, LEN 1348
12 385.910449 Client -> Server: [DUP ACK][Window Upd.] SEQ 3086, LEN
0, ACK 14584
13 388.031541 Client -> Server: SEQ 832, LEN 0, ACK 4192, FIN
14 388.031681 Client -> Server: SEQ 3086, LEN 0, ACK 14584, FIN

Client is my device run tcpdump on.

packet #3 (SEQ 12617) has been captured yet, Is there any problem in
kernel causes this packet getting lost in upper layer? why does kernel
send packet #4 (DUP ACK) repeatedly?

Thanks.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-04-15  4:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-11  7:19 What causes these TCP packet getting lost in linux kernel chptx y
2014-04-11 10:41 ` Eric Dumazet
2014-04-12  3:06   ` chptx y
2014-04-12 18:35     ` Sharat Masetty
2014-04-12 19:32       ` Eric Dumazet
2014-04-14  5:02         ` chptx y
2014-04-14  5:27           ` Eric Dumazet
2014-04-14  6:00             ` chptx y
2014-04-14  8:39           ` David Newall
2014-04-14  9:20             ` chptx y
2014-04-14 14:13               ` Eric Dumazet
2014-04-14 17:58                 ` Sharat Masetty
2014-04-14 18:32                   ` Eric Dumazet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.