What does the different flags mean: MSS, window, etc
Asked
Active
Viewed 369 times
0
1 Answers
2
From man netstat
:
--route , -r
Display the kernel routing tables. See the description in route(8) for
details. netstat -r and route -e produce the same output.
From man 8 route
:
MSS Default maximum segment size for TCP connections over this
route.
Window Default window size for TCP connections over this route.

muru
- 197,895
- 55
- 485
- 740
man netstat
. Your 2nd question is "tell me about networking", and too broad. Search Wikipedia – waltinator Feb 01 '17 at 04:48