Re: [ovs-dev] [PATCH 08/13] jsonrpc: Increment sequence number when connection actually made.

2017-10-09 Thread Russell Bryant
On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > The purpose of the sequence number is to allow the client to figure out > when the connection status has changed. The significant event for the > client is when a connection completes, not when a connection attempt > starts. Thus, this commit ch

[ovs-dev] [PATCH 08/13] jsonrpc: Increment sequence number when connection actually made.

2017-10-06 Thread Ben Pfaff
The purpose of the sequence number is to allow the client to figure out when the connection status has changed. The significant event for the client is when a connection completes, not when a connection attempt starts. Thus, this commit changes the code to increment the sequence number at complet