zoukankan      html  css  js  c++  java
  • Vista或windows7远程桌面控制服务器较慢 反应迟钝

    ista或windows7远程桌面控制服务器较慢 反应迟钝

     

    netsh interface tcp set global autotuninglevel=disabled

     

    如果在Vista或windows7上通过远程桌面控制服务器速度比较慢,可以试试这个命令:netsh interface tcp set
    global autotuninglevel=disabled (或者highlyrestricted)


       原因在于从vista开始,微软在TCP/IP协议栈里新加了一个叫做“Window
    Auto-Tuning”的功能。这个功能本身的目的是为了让操作系统根据网络的实时性能(比如响应时间)来动态调整网络上传输的数据窗口的大小,从而达到实时优化网络性能的目的。但是,在某种情况下(具体是怎样的一个环境,目前我也不清楚),这个功能反而会使远程桌面的响应变的非常的慢。
      
    通过把autotuninglevel设置成disabled,就可以让数据窗口保持默认值。如果设置成highlyrestriected的话,那么就是非常保守地来调整这个数据窗口大小(不到万不得已,还是使用默认值)。
  • 相关阅读:
    子序列自动机
    poj 暴力水题
    小白贪心题
    组合数+费马大/小定理
    随机数法
    vector的二维用法+前缀和
    巨思维题
    思维水题
    Codeforces Round #323 (Div. 2) D.Once Again... (nlogn LIS)
    Codeforces Round #325 (Div. 2) D. Phillip and Trains (BFS)
  • 原文地址:https://www.cnblogs.com/sgivee/p/2265880.html
Copyright © 2011-2022 走看看