[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/proc filesystem information??



--- Begin Message ---
Where can I find information on the hardware settings and certain
software settings (swap space, TCP/IP) settings that are run-time
configurable in the /proc filesystem?

I know of a few (listed below) settings that improve TCP/IP transfer
speed, but I have noticed a lot more settigns that I can play with, only
I have no documentation on these settings.

Does anybody have any recomendations on where I can find factual
information on these settings?


Stef

............


TCP/IP settings that I have played with so far :-D

# Set TCP FYN packet timeout value
echo '30' > /proc/sys/net/ipv4/tcp_fin_timeout
# Set TCP socket keepalive time
echo '1800' > /proc/sys/net/ipv4/tcp_keepalive_time
# Enable TCP Window Scaling
echo '1' > /proc/sys/net/ipv4/tcp_window_scaling
# Enable selective acknowlegments
echo '1' > /proc/sys/net/ipv4/tcp_sack
# Enable TCP timestamps
echo '1' > /proc/sys/net/ipv4/tcp_timestamps
# Set default and maximum Rx to 64KB
echo '65535' > /proc/sys/net/core/rmem_default
echo '65535' > /proc/sys/net/core/rmem_max
# Set default and maximum Tx to 64KB
echo '65535' > /proc/sys/net/core/wmem_default
echo '65535' > /proc/sys/net/core/wmem_max
#


--- End Message ---

Reply to: