• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: throttling suggestions ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: throttling suggestions ?


  • Subject: Re: throttling suggestions ?
  • From: Peter Sichel <email@hidden>
  • Date: Wed, 28 Apr 2004 10:35:11 -0400

On Apr 28, 2004, at 9:41 AM, Nicolas Berloquin wrote:

I'm writing an app that does upload throttling (you set a max upload rate).

Perhaps you could say more about how you are trying to do this.

I'm familiar with two basic approaches:

(1) Buffering and waiting (Queueing) to simulate an impaired connection
(reduce the amount of data transferred per unit time).
Since TCP is adaptive, it should gradually adjust to the impaired bandwidth.
Notice this doesn't address congestion and increases latency.

(2) Using TCP's built-in flow control mechanism to limit the rate at which
data is actually sent. You do this by adjusting the window size and
withholding or inserting ACKs to tell TCP when it is allowed to send
more data and how much.

Kind Regards,

- Peter
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: throttling suggestions ?
      • From: Nicolas Berloquin <email@hidden>
References: 
 >throttling suggestions ? (From: Nicolas Berloquin <email@hidden>)

  • Prev by Date: throttling suggestions ?
  • Next by Date: Re: throttling suggestions ?
  • Previous by thread: throttling suggestions ?
  • Next by thread: Re: throttling suggestions ?
  • Index(es):
    • Date
    • Thread