diff options
author | Florin Coras <fcoras@cisco.com> | 2019-06-27 10:32:27 -0700 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2019-06-27 21:30:36 +0000 |
commit | b4ca8b11e4204bb95e47cd4b15f3b7430f160c00 (patch) | |
tree | c0140ec90590423f9e4454c687b78495a4b325d9 /src/vnet/sctp/sctp.h | |
parent | 28fa8cbc6c635758db1a885fd5ae2ff8719569c3 (diff) |
sctp: add option to enable/disable
Type: feature
By default sctp is disabled to avoid wasting cycles.
Change-Id: I1e2f764c7168b5c15062efbe5895de93dcc2614e
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/sctp/sctp.h')
-rw-r--r-- | src/vnet/sctp/sctp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/sctp/sctp.h b/src/vnet/sctp/sctp.h index 26e69eb797b..5cbe8d63fc9 100644 --- a/src/vnet/sctp/sctp.h +++ b/src/vnet/sctp/sctp.h @@ -510,6 +510,7 @@ typedef struct _sctp_main /* Flag that indicates if stack is on or off */ u8 is_enabled; + u8 is_init; /** Number of preallocated connections */ u32 preallocated_connections; |