このコンテンツは選択した言語では利用できません。

Chapter 4. Networking Configuration


4.1. TCP Settings

The Transmission Control Protocol (TCP) is a core part of the Internet Protocol (IP) communication protocol suite. Computers use the TCP/IP protocol to communicate with each other when using the Internet.

4.1.1. Adjusting TCP Send/Receive Window Settings

The operating system is a deciding factor in determining the maximum size of the TCP Send and Receive window.

Procedure 4.1. Set the TCP Send and Receive Windows

For Red Hat Enterprise Linux, use the recommended settings to configure the send and receive windows as follows:
  1. Adjust the Send and Receive Window Sizes

    Adjust the size of the send and receive windows by adding the following lines to the /etc/sysctl.conf file as root:
    1. Add the following line to set the send window size to the recommended value (640 KB):
      net.core.wmem_max=655360
      Copy to Clipboard Toggle word wrap
    2. Add the following line to set the receive window size to the recommended value (25 MB):
      net.core.rmem_max=26214400
      Copy to Clipboard Toggle word wrap
  2. Apply Changes Immediately

    Optionally, to load the new values into a running kernel (without a reboot), enter the following command as root:
    # sysctl -p
    Copy to Clipboard Toggle word wrap
    If the user reboots after the first step, the second step is unnecessary.
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat