aboutsummaryrefslogtreecommitdiff
path: root/Manual.md
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2018-02-04 23:10:41 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2018-02-04 23:10:41 +0700
commit084b8ea44334f61029c63b68cb9cf97380b26b63 (patch)
tree98d92d3ac8ed1f2e886fb7bf1ecda9dbd206b88c /Manual.md
parent10fc2a2acf6e7b81ce532692d412add6f21b9d86 (diff)
downloadusrsctp-084b8ea44334f61029c63b68cb9cf97380b26b63.tar.gz
Fix typos.
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md
index eacae421..6aa0fda2 100644
--- a/Manual.md
+++ b/Manual.md
@@ -460,7 +460,7 @@ Transmissions and retransmissions of messages might fail. To protect the system
The default maximum number of retransmissions of an INIT chunks is 8, before an ABORT is sent.
#### usrsctp_sysctl_set_sctp_assoc_rtx_max_default()
-This parameter sets the maximum number of failed retransmissions before the association is aborted. The default vaule is 10.
+This parameter sets the maximum number of failed retransmissions before the association is aborted. The default value is 10.
#### usrsctp_sysctl_set_sctp_path_rtx_max_default()
This parameter sets the maximum number of path failures before the association is aborted. The default value is 5. Notice that the number of paths multiplied by this value should be equal to `sctp_assoc_rtx_max_default`. That means that the default configuration is good for two paths.