reconnect: Rename reconnect_received() to reconnect_activity().
authorBen Pfaff <blp@nicira.com>
Wed, 8 Aug 2012 20:32:57 +0000 (13:32 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Sep 2012 17:48:43 +0000 (10:48 -0700)
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@nicira.com>

No differences found