Skip to content

Commit

Permalink
setup: limits: 'subflows' for for additional ones
Browse files Browse the repository at this point in the history
Not the total number, it can be confusing.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jun 18, 2024
1 parent 3323a1a commit 517102d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ It is also important to make sure the limits are high enough:
ip mptcp limits set [ subflows NR ] [ add_addr_accepted NR ]
```

- `subflows` is the limit of created and accepted subflows (paths), for both the
client and server sides (default is 2).
- `subflows` is the limit of additional created and accepted subflows (paths),
for both the client and server sides (default is 2).
- `add_addr_accepted` is the limit of accepted `ADD_ADDR` -- IP address
notification from the other peer -- that will result in the creation of
subflows, typically only for the client side (default is 0).
Expand Down

0 comments on commit 517102d

Please sign in to comment.