On Tue, Sep 4, 2012 at 2:56 PM, Ben Pfaff <b...@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 <b...@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: aatteka@aatteka-MacBookPro:~/NiciraGit/openvswitch$ git am ovs-dev-PATCH-* Applying: reconnect: Rename reconnect_received() to reconnect_activity(). Applying: jsonrpc: Treat draining data from send queue as activity. /home/aatteka/NiciraGit/openvswitch/.git/rebase-apply/patch:52: trailing whitespace. warning: 1 line adds whitespace errors. Applying: jsonrpc: Treat receiving part of a message as activity. /home/aatteka/NiciraGit/openvswitch/.git/rebase-apply/patch:104: trailing whitespace. warning: 1 line adds whitespace errors. > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev