0

What does the different flags mean: MSS, window, etc

1 Answers1

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