[ovs-dev] [PATCH 1/3] reconnect: Rename reconnect_received() to reconnect_activity().

Ansis Atteka aatteka at nicira.com
Wed Sep 5 21:08:36 UTC 2012


On Wed, Sep 5, 2012 at 1:34 PM, Ben Pfaff <blp at nicira.com> wrote:
> On Wed, Sep 05, 2012 at 01:01:58PM -0700, Ansis Atteka wrote:
>> On Tue, Sep 4, 2012 at 2:56 PM, Ben Pfaff <blp at nicira.com> wrote:
>> > On Wed, Aug 08, 2012 at 04:14:50PM -0700, Ben Pfaff wrote:
>> >> Receiving data is not the only reasonable way to verify that a connection
>> >> is up.  For example, on a TCP connection, receiving an acknowledgment that
>> >> the remote side has accepted data that we sent is also a reasonable means.
>> >> Therefore, this commit generalizes the naming.
>> >>
>> >> Also, similarly for the Python implementation: Reconnect.received() becomes
>> >> Reconnect.activity().
>> >>
>> >> Signed-off-by: Ben Pfaff <blp at nicira.com>
>> >
>> > I don't think anyone has reviewed this series yet.
>> I will review these patches in a day or so.
>>
>> Here is what git am says when I try to apply them:
>
> Thanks.  I fixed up the trailing whitespace.

This patch looks good to me. Thanks!



More information about the dev mailing list