On Sun, Jul 13, 2003 at 07:42:52PM +0100, Daniel Frimerman wrote: > I have cable, it can send 128kbits upstream. > When I used a sending loop, I generated 10mbits stream.
Does the cable modem plug directly into your computer as a network interface, or is it connected to your computer on a 10Mb Ethernet? If the latter (as I suspect is the case), and your sending loop is just blindly sending packets without using a protocol with any form of flow control, then your sending loop has no way of knowing that the path to the ultimate destination supports only 128Kb, and thus won't be automatically limited to sending at 128Kb. > How can I fix it? Use a protocol that does flow control, such as TCP, or put your own throttling into the sending loop. ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
