Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
653fd7cd
Commit
653fd7cd
authored
Jan 13, 2012
by
Jiri Popelka
Committed by
Bernd Eckenfels
Jan 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
route(8): note that 'route mss' actually sets MTU (RHBZ#680837)
parent
a4cbb771
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
man/en_US/route.8
man/en_US/route.8
+3
-6
No files found.
man/en_US/route.8
View file @
653fd7cd
...
...
@@ -138,12 +138,9 @@ compatibility hack.
set the metric field in the routing table (used by routing daemons) to M.
.TP
.B mss M
set the TCP Maximum Segment Size (MSS) for connections over this route
to M bytes.
The default is the device MTU minus headers, or a lower MTU when path mtu
discovery occurred. This setting can be used to force smaller TCP packets on the
other end when path mtu discovery does not work (usually because of
misconfigured firewalls that block ICMP Fragmentation Needed)
sets MTU (Maximum Transmission Unit) of the route to M bytes.
Note that the current implementation of the route command does not allow
the option to set the Maximum Segment Size (MSS).
.TP
.B window W
set the TCP window size for connections over this route to W
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment