そこそこ良い性能のPCなのに、PCから様々な接続先に連続でアクセスする場合、ブラウザなどでの画像表示速度が遅くなる不具合があった。もしかしたら、これで対処できたかも。忘備録として記録。
netsh int ipv4 show dynamicport tcp
でチェック。
この部分を、コマンドライン(管理者権限モード)書き換える
netsh int ipv4 set dynamicport tcp start=1025 num=64511
レジストリキー:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
DWORDで以下を作成
レジストリ値:TcpTimedWaitDelay
値(二進法):30
参考
https://docs.microsoft.com/ja-jp/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
http://itdoc.hitachi.co.jp/manuals/3020/3020645240/W4520495.HTM
netsh int ipv4 show dynamicport tcp
でチェック。
この部分を、コマンドライン(管理者権限モード)書き換える
netsh int ipv4 set dynamicport tcp start=1025 num=64511
レジストリキー:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
DWORDで以下を作成
レジストリ値:TcpTimedWaitDelay
値(二進法):30
参考
https://docs.microsoft.com/ja-jp/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance
http://itdoc.hitachi.co.jp/manuals/3020/3020645240/W4520495.HTM