netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH v5 0/3] net: TCP thin-stream latency-improving modifications
@ 2010-02-18 12:42 Andreas Petlund
  2010-02-18 12:45 ` [net-next PATCH v5 1/3] net: TCP thin-stream detection Andreas Petlund
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andreas Petlund @ 2010-02-18 12:42 UTC (permalink / raw)
  To: Netdev
  Cc: Ilpo Järvinen, eric.dumazet, hannemann, LKML, shemminger,
	william.allen.simpson, damian, ebiederm, David Miller,
	Franco Fichtner

This is a series of patches enabling non-intrusive, dynamically 
triggered modifications that improve retransmission latencies 
for thin streams.

The patch set was modified according to the feedback received.

Major change:
      -Used bitfields to compact the nonagle variable
       in the tcp_sock struct. nonagle, thin_lto and
       thin_dupack is now contained in the same u8.

I decided to use bitfields to handle this as it is
already done similarly in the tcp_options_received struct.

Also corrected some formatting issues.

Cheers,
Andreas Petlund

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

end of thread, other threads:[~2010-02-18 23:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 12:42 [net-next PATCH v5 0/3] net: TCP thin-stream latency-improving modifications Andreas Petlund
2010-02-18 12:45 ` [net-next PATCH v5 1/3] net: TCP thin-stream detection Andreas Petlund
2010-02-18 12:47 ` [net-next PATCH v5 2/3] net: TCP thin linear timeouts Andreas Petlund
2010-02-18 12:48 ` [net-next PATCH v5 3/3] net: TCP thin dupack Andreas Petlund
2010-02-18 12:56   ` Ilpo Järvinen
2010-02-18 14:48     ` [net-next PATCH v5.1 " Andreas Petlund
2010-02-18 23:43 ` [net-next PATCH v5 0/3] net: TCP thin-stream latency-improving modifications David Miller

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).