mptcp: rename fourth ack field
The name is misleading, it actually tracks the 'fully established' status. Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
79e28519ac
commit
0be534f5c0
@@ -119,7 +119,7 @@ struct mptcp_subflow_context {
|
||||
u32 map_data_len;
|
||||
u32 request_mptcp : 1, /* send MP_CAPABLE */
|
||||
mp_capable : 1, /* remote is MPTCP capable */
|
||||
fourth_ack : 1, /* send initial DSS */
|
||||
fully_established : 1, /* path validated */
|
||||
conn_finished : 1,
|
||||
map_valid : 1,
|
||||
mpc_map : 1,
|
||||
|
Reference in New Issue
Block a user