From 15cc6a83f1369d77955bc5cb2d398f43f8100e69 Mon Sep 17 00:00:00 2001 From: Marco Varlese Date: Wed, 21 Feb 2018 12:39:52 +0100 Subject: SCTP: minor refactor This patch adds some missing information in various debugging messages which can help with debugging state-machine and connection-tracking. It also renames some internal variable names for better code readibility. Change-Id: I68503fc0214300032f7514426c8b5b2b12edf11a Signed-off-by: Marco Varlese --- src/vnet/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/buffer.h') diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 4e01a069bf3..5aedb431654 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -333,7 +333,7 @@ typedef struct u16 hdr_offset; /**< offset relative to ip hdr */ u16 data_offset; /**< offset relative to ip hdr */ u16 data_len; /**< data len */ - u8 conn_idx; + u8 subconn_idx; /**< index of the sub_connection being used */ u8 flags; } sctp; -- cgit 1.2.3-korg