On 8/27/15, 3:57 PM, "Yuchung Cheng" wrote:
>On Thu, Aug 27, 2015 at 3:54 PM, Yuchung Cheng wrote:
>> On Thu, Aug 27, 2015 at 3:44 PM, Lawrence Brakmo wrote:
>>> Yuchung, thank you for reviewing these patches. Response inline below.
>>>
>>> On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote:
>>>
>>>
On Thu, Aug 27, 2015 at 3:54 PM, Yuchung Cheng wrote:
> On Thu, Aug 27, 2015 at 3:44 PM, Lawrence Brakmo wrote:
>> Yuchung, thank you for reviewing these patches. Response inline below.
>>
>> On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote:
>>
>>>On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrot
On Thu, Aug 27, 2015 at 3:44 PM, Lawrence Brakmo wrote:
> Yuchung, thank you for reviewing these patches. Response inline below.
>
> On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote:
>
>>On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrote:
>>> Add in_flight (bytes in flight when packet was sent) fi
Yuchung, thank you for reviewing these patches. Response inline below.
On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote:
>On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrote:
>> Add in_flight (bytes in flight when packet was sent) field
>> to tx component of tcp_skb_cb and make it available to
>>
On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrote:
> Add in_flight (bytes in flight when packet was sent) field
> to tx component of tcp_skb_cb and make it available to
> congestion modules' pkts_acked() function through the
> ack_sample function argument.
>
> Signed-off-by: Lawrence Brakmo
Add in_flight (bytes in flight when packet was sent) field
to tx component of tcp_skb_cb and make it available to
congestion modules' pkts_acked() function through the
ack_sample function argument.
Signed-off-by: Lawrence Brakmo
---
include/net/tcp.h | 2 ++
net/ipv4/tcp_input.c | 5 -