commit | 303d1448a048fb5b099babc5f41d0b1e22238778 | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Wed Apr 13 16:24:47 2011 -0700 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:45:18 2012 +0100 |
tree | dccb81765e81d3275addf91ff9644bacdda64b60 | |
parent | d3fcb4908d8cce7f29cff16bbef3b08933148003 [diff] |
drbd: Runtime changeable wire protocol The wire protocol is no longer a property that is negotiated between the two peers. It is now expressed with two bits (DP_SEND_WRITE_ACK and DP_SEND_RECEIVE_ACK) in each data packet. Therefore the primary node is free to change the wire protocol at any time without disconnect/reconnect. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>