RE: TCP/IP UDP priority - General Question

1998-06-29 Thread Casey Bralla
I have a general question about TCP/IP interfacing. Does the receiver *HAVE* to signal the sender that the packet has gotten through? What about any choke point along the path fromt he sender to the reciever. How does the choke point say "whoa! I'm overloaded! Slow down!"? For serial devices

RE: TCP/IP UDP priority

1998-06-29 Thread William T Wilson
On Mon, 29 Jun 1998, Wim Raets wrote: > The solution: > If I could somehow make my PC wait 'a few seconds, but not to long' > before responding to the server, the throughput would drop. Because the > server has to wait for the confirmation before sending the next packet. This is probably a bad

RE: TCP/IP UDP priority

1998-06-29 Thread Wim Raets
First of all, many thanks for the responses. Well, I think I have a theoretical solution. Situation: I am happy ftp'ing a big new kernel.tar.gz from ftp.kernel.org. What happens is, ftp.kernel.org send me the data of the kernel.tar.gz in big packets. I ( actually my PC) receive this data and r

Re: TCP/IP UDP priority

1998-06-28 Thread William T Wilson
On Sun, 28 Jun 1998, Richard Sharpe wrote: > priority than the HTTP packets, however, this depends on both the routers > handling the TOS field correctly (which Ciscos do, I believe) and the PPP > server doing likewise, and I am not convinced that the Linux based ones do > that, but Cisco 5260s m

Re: TCP/IP UDP priority

1998-06-28 Thread Richard Sharpe
Hi, At 03:26 PM 6/28/98 -0400, William T Wilson <[EMAIL PROTECTED]> wrote: >On Sat, 27 Jun 1998, Richard Sharpe wrote: > >> I talk about how FTP typically sets the HIGH THROUGPUT TOS, and others >> (like Telnet) set the LOW DELAY TOS. And I mention that modern routers >> handled packets in the q

Re: TCP/IP UDP priority

1998-06-28 Thread William T Wilson
On Sat, 27 Jun 1998, Richard Sharpe wrote: > I talk about how FTP typically sets the HIGH THROUGPUT TOS, and others > (like Telnet) set the LOW DELAY TOS. And I mention that modern routers > handled packets in the queue based on the TOS flags, and that I suspect > that Linux can even do that. T

Re: TCP/IP UDP priority - try renice on in.ftpd

1998-06-28 Thread Tony Wells
Hi Wim, You can change priority on the in.ftp daemon, but I'm not sure it would make much difference. You can do this using renice on the in.ftpd daemon. I show the results of my test below on ftp on 10mb network. I'm not sure how much difference it would made on a modem connection, but I'd be

Re: TCP/IP UDP priority

1998-06-27 Thread Richard Sharpe
At 05:41 AM 6/26/98 -0400, William T Wilson <[EMAIL PROTECTED]> wrote: >On Fri, 26 Jun 1998, Wim Raets wrote: > >> I am FTP'ing a new kernel(+/- 10MB) at max speed (4K/s). >> If I would start surfing(http) now, the speed of webpages coming through >> would be terrible. So I would like to lower the

Re: TCP/IP UDP priority

1998-06-27 Thread redhat
At the recieving end of this, you really can't control it. 2.2 will have the ability to put priority on different protocols, but doing so on incoming traffic makes very little difference. Chris <- Visit Me At http://home.hiwaay.net/~jfrost -> <-- For My Public PGP Key Visit http://home.hiwaay.ne

Re: TCP/IP UDP priority

1998-06-27 Thread Dan Cornilescu
Wim Raets wrote: > > Hello all, > > I have a ppp-modem(33.6) connection to my ISP. > I would like to change the priority of the different protocol I use. > Example: > I am FTP'ing a new kernel(+/- 10MB) at max speed (4K/s). > If I would start surfing(http) now, the speed of webpages coming throu

Re: TCP/IP UDP priority

1998-06-26 Thread Mike Johnson
At 05:41 AM 6/26/98 -0400, you wrote: >Short answer: You can't. You can. :) (See below) [snip] >It would be possible to write software (which would have to be run at the >ISP in the form of a proxy) that could allow such regulation to take >place. I'm not aware of any such software, however.

RE: TCP/IP UDP priority

1998-06-26 Thread Wim Raets
But I know the is a Windows utility called GetRight which does exactly what I want , but I want it on Linux. In GetRight you specify the maximum throughput and the speed will always be less than the maximum specified. Any ideas how I could this in Linux ???

Re: TCP/IP UDP priority

1998-06-26 Thread chrome
On Fri, 26 Jun 1998, William T Wilson wrote: > On Fri, 26 Jun 1998, Wim Raets wrote: > > > I am FTP'ing a new kernel(+/- 10MB) at max speed (4K/s). > > If I would start surfing(http) now, the speed of webpages coming through > > would be terrible. So I would like to lower the priority of the > >

Re: TCP/IP UDP priority

1998-06-26 Thread William T Wilson
On Fri, 26 Jun 1998, Wim Raets wrote: > I am FTP'ing a new kernel(+/- 10MB) at max speed (4K/s). > If I would start surfing(http) now, the speed of webpages coming through > would be terrible. So I would like to lower the priority of the > ftp-connection and raise those of the http-connection. Ho

TCP/IP UDP priority

1998-06-26 Thread Wim Raets
Hello all, I have a ppp-modem(33.6) connection to my ISP. I would like to change the priority of the different protocol I use. Example: I am FTP'ing a new kernel(+/- 10MB) at max speed (4K/s). If I would start surfing(http) now, the speed of webpages coming through would be terrible. So I would