commit | e5d6f33abe9da025d3d891367f93d084e8c74bf5 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Mon Mar 28 16:44:40 2011 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:45:00 2012 +0100 |
tree | 3370e45763fe4e3690bfccd9d3bfba78d94eda04 | |
parent | 7c96715aa8ef1b5375c0d2a2d3bb1da99d95a39e [diff] |
drbd: Change how the initial packets are called The first packets exchanged when a connection is established are referred to as P_HAND_SHAKE_S and P_HAND_SHAKE_M in the code, followed by P_HAND_SHAKE packets. To avoid confusion between these two unrelated things, call the initial packets P_INITIAL_DATA and P_INITIAL_META. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>