我用的是影音,在帮助文件里找到这样一段话:Transports
Split a file to be downloaded into 1-10 parts. Multiple threads download can help to increase downloading speeds significantly. In most cases, 2-4 threads is enough to reach the maximum bandwidth. Increasing the number of threads normally won't make the download any faster because of the ISP limited bandwidth, even probably make the server crashed. Though on extremely slow servers or limiting sole thread bandwidth servers, more threads could be of benefit. The Net Transport core is written very well, one thread can reach 1M bytes per second (test on Celeron 333), which is enough to the present bandwidth ISP offered. So 2-threads is advice value except bad communication quality or some servers limiting one thread bandwidth. MMS is a exception, since the bytes per second of one movie is fixed, which might be lower than user ISP bandwidth, more threads may be efficient to shorten download time. Modifying registry HKEY_CURRENT_USER\Software\Xi\NetTransport 2\Download\Max Threads(DWORD) allow maximum 128 threads every job. Now Net Transport supports RTSP, but only one thread could be run at one time.
我应该怎么做呢?Dword值怎么改啊?