Skip to content

Commit

Permalink
Update Manual.md (#705)
Browse files Browse the repository at this point in the history
Update sctp_L2_abc_variable to 2 because SCTPCTL_ABC_L_VAR_DEFAULT is 2.
  • Loading branch information
grootgordon committed Apr 14, 2024
1 parent 848eca8 commit 5106d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ In some cases it is not desirable to wait for the SACK timer to expire before a

#### usrsctp_sysctl_set_sctp_L2_abc_variable()
TBD
SCTP ABC max increase per SACK (L). Default: 1
SCTP ABC max increase per SACK (L). Default: 2

## Change Max Burst
Max burst defines the maximum number of packets that may be sent in one flight.
Expand Down Expand Up @@ -729,7 +729,7 @@ sctp_default_ss_module | Default stream scheduling module | 0
sctp_default_frag_interleave | Default fragment interleave level | 1
sctp_mobility_base | Enable SCTP base mobility | 0
sctp_mobility_fasthandoff | Enable SCTP fast handoff | 0
sctp_L2_abc_variable | SCTP ABC max increase per SACK (L) | 1
sctp_L2_abc_variable | SCTP ABC max increase per SACK (L) | 2
sctp_vtag_time_wait | Vtag time wait time, 0 disables it. | 60secs
sctp_blackhole | Enable SCTP blackholing | 0
sctp_path_pf_threshold | Default potentially failed threshold | 65535
Expand Down

0 comments on commit 5106d51

Please sign in to comment.