[Vista] VNC ultra traag

Pagina: 1
Acties:

  • spaceboy
  • Registratie: Februari 2001
  • Laatst online: 18:02

spaceboy

Op grote hoogte

Topicstarter
Ligt het aan mij of is UltraVNC 1.03b (voor Vista, heb 'm geinstalleerd op Ultimate) extreem traag? Ik heb zelfs op m'n lokale netwerk een enorme lag. Wijzigingen op het scherm duren soms wel 10 seconden voor ze doorkomen. Ik heb met diverse instellingen (ook het pollen van full-screen etc) geprobeerd, maar niets lijkt te werken.

Iemand zelfde ervaringen?

Aan bovenstaande tekst kunnen geen rechten worden ontleend. Aan de tekst hieronder wel.


  • SeatRider
  • Registratie: November 2003
  • Laatst online: 15:31

SeatRider

Hips don't lie

Nee, dat is een bekend probleem. Staat daar niks over op de site van VNC?

Nederlands is makkelijker als je denkt


  • Andre_J
  • Registratie: September 2005
  • Laatst online: 19:16
Zie onder :

Vista Auto-Tuning

Vista introduces a new feature called “Receive Window Auto-Tuning”. What it does is to adjust the receive windows size continually based upon the changing network conditions. You can see this article if you are interested in details.

Some people reported that auto-tuning cause network time-out problems with some applications and routers. You can turn it off if you have experienced such problems.

Open up an elevated command prompt.
Enter the following command to disable auto-tuning
netsh interface tcp set global autotuninglevel=disabled
If you found that this doesn’t fix your problem, you can turn it back on.

Open up an elevated command prompt.
Enter the following command to enable auto-tuning
netsh interface tcp set global autotuninglevel=normal
You can use this command to view the states of the TCP global paremeters.

netsh interface tcp show global


Suc6