netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* TCP output handling bug ?
@ 2014-08-21 18:02 Alan Cox
  2014-08-22  0:24 ` Stephen Hemminger
  0 siblings, 1 reply; 7+ messages in thread
From: Alan Cox @ 2014-08-21 18:02 UTC (permalink / raw)
  To: netdev


tcp_send_syn_data:

        TCP_SKB_CB(data)->tcp_flags &= ~TCPHDR_SYN;
        TCP_SKB_CB(data)->tcp_flags = (TCPHDR_ACK|TCPHDR_PSH);

the reporter has a point 8)


https://bugzilla.kernel.org/show_bug.cgi?id=82101

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

end of thread, other threads:[~2014-08-22 18:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-21 18:02 TCP output handling bug ? Alan Cox
2014-08-22  0:24 ` Stephen Hemminger
2014-08-22  2:13   ` Dave Jones
2014-08-22 13:56     ` Eric Dumazet
2014-08-22 17:41       ` David Miller
2014-08-22 18:18         ` Yuchung Cheng
2014-08-22 18:30         ` Eric Dumazet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).