Find the answer to your Linux question:
Results 1 to 3 of 3
Does anybody knows how is the second number (87380) is generated ? net.ipv4.tcp_rmem = 4096 87380 174760 It is not a multiple of 1024, but divisble by 4. It is ...
  1. #1
    Just Joined!
    Join Date
    Feb 2011
    Posts
    2

    net.ipv4.tcp_rmem

    Does anybody knows how is the second number (87380) is generated ?

    net.ipv4.tcp_rmem = 4096 87380 174760

    It is not a multiple of 1024, but divisble by 4. It is not divisble by the MSS. Also why is the

    net.ipv4.tcp_rmem = 4096 16384 131072

    Different. These number are derived from 1024 (4k, 16k and 128k)

  2. #2
    Just Joined! rafatmb's Avatar
    Join Date
    Feb 2011
    Location
    Brazil
    Posts
    25

    a

    Take a lot at: wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php

  3. #3
    Just Joined!
    Join Date
    Feb 2011
    Posts
    2
    Quote Originally Posted by rafatmb View Post
    Take a lot at: wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php
    I know and understand what the second parameter is for. I just want to know how is the number derived or did they just set it without any logic/reason.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...