lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 12 Mar 2013 08:45:22 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	ncardwell@...gle.com
Cc:	nanditad@...gle.com, ycheng@...gle.com, edumazet@...gle.com,
	netdev@...r.kernel.org, ilpo.jarvinen@...helsinki.fi,
	therbert@...gle.com
Subject: Re: [PATCH 2/2] tcp: TLP loss detection.

From: Neal Cardwell <ncardwell@...gle.com>
Date: Mon, 11 Mar 2013 17:38:12 -0400

> On Mon, Mar 11, 2013 at 4:00 PM, Nandita Dukkipati <nanditad@...gle.com> wrote:
>> This is the second of the TLP patch series; it augments the basic TLP
>> algorithm with a loss detection scheme.
>>
>> This patch implements a mechanism for loss detection when a Tail
>> loss probe retransmission plugs a hole thereby masking packet loss
>> from the sender. The loss detection algorithm relies on counting
>> TLP dupacks as outlined in Sec. 3 of:
>> http://tools.ietf.org/html/draft-dukkipati-tcpm-tcp-loss-probe-01
>>
>> The basic idea is: Sender keeps track of TLP "episode" upon
>> retransmission of a TLP packet. An episode ends when the sender receives
>> an ACK above the SND.NXT (tracked by tlp_high_seq) at the time of the
>> episode. We want to make sure that before the episode ends the sender
>> receives a "TLP dupack", indicating that the TLP retransmission was
>> unnecessary, so there was no loss/hole that needed plugging. If the
>> sender gets no TLP dupack before the end of the episode, then it reduces
>> ssthresh and the congestion window, because the TLP packet arriving at
>> the receiver probably plugged a hole.
>>
>> Signed-off-by: Nandita Dukkipati <nanditad@...gle.com>
> 
> Acked-by: Neal Cardwell <ncardwell@...gle.com>

Also applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ