.. | .. |
---|
89 | 89 | */ |
---|
90 | 90 | int pf_retrans; |
---|
91 | 91 | |
---|
| 92 | + /* Primary.Switchover.Max.Retrans sysctl value |
---|
| 93 | + * taken from: |
---|
| 94 | + * https://tools.ietf.org/html/rfc7829 |
---|
| 95 | + */ |
---|
| 96 | + int ps_retrans; |
---|
| 97 | + |
---|
92 | 98 | /* |
---|
93 | 99 | * Disable Potentially-Failed feature, the feature is enabled by default |
---|
94 | 100 | * pf_enable - 0 : disable pf |
---|
95 | 101 | * - >0 : enable pf |
---|
96 | 102 | */ |
---|
97 | 103 | int pf_enable; |
---|
| 104 | + |
---|
| 105 | + /* |
---|
| 106 | + * Disable Potentially-Failed state exposure, ignored by default |
---|
| 107 | + * pf_expose - 0 : compatible with old applications (by default) |
---|
| 108 | + * - 1 : disable pf state exposure |
---|
| 109 | + * - 2 : enable pf state exposure |
---|
| 110 | + */ |
---|
| 111 | + int pf_expose; |
---|
98 | 112 | |
---|
99 | 113 | /* |
---|
100 | 114 | * Policy for preforming sctp/socket accounting |
---|
.. | .. |
---|
128 | 142 | /* Flag to indicate if stream interleave is enabled */ |
---|
129 | 143 | int intl_enable; |
---|
130 | 144 | |
---|
| 145 | + /* Flag to indicate if ecn is enabled */ |
---|
| 146 | + int ecn_enable; |
---|
| 147 | + |
---|
131 | 148 | /* |
---|
132 | 149 | * Policy to control SCTP IPv4 address scoping |
---|
133 | 150 | * 0 - Disable IPv4 address scoping |
---|