Re: Reducing latency in TCP-based streams
site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ejk5xztVcM0Uf6GNRsRWKntwjWZY1Etw3PPLHX/ayAo=; b=uYMxRdfLEeGQStc4EwLQdq9ParB1NPu5amhBheIk3LJvCyLXvlXELsCR1by9Rzflxs PcX6hfDMBZ7YVOsEEDb5sPLZaHqupd3ddPlCCof8V3V24nSVxqfjCq0OBxYenaarGYIY CTc+FX57iLjiwkAi1ZYaznGLPyzhtsYY+maUk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FkGV4b+lJfhoDjJmf4aBuCg6Z9kzi4EwuFCNYAfLhiRdD+PVvxD8HuEewxvebwDadk CokLyro8dmjZ9UGqbjDd6+AQZiKwsj9W6dG0qZlu9llq44dsrpmc5s5MIzZN00DwbDd0 PagUcTFdLssYFcoMmyATmXydEVn28KDXpBLjc= On Wed, Mar 11, 2009 at 17:22, Andreas Fink <afink@list.fink.org> wrote:
You might want to consider SCTP . RUDP or maybe even RAW IP. The key questions you have to ask yourself are: ...
I appreciate your effort in listing all those considerations, but I already have a good picture of those. I'm not a newbie, just not familiar with the internals workings of the IP stack. My data cannot accept loss, and the other thing I need to get working is easy routing through NAT routers, and my app will try to open the ports using UPnP/NAT-PMP. It's a p2p connection between two Macs "at home". This rules out anything other than TCP and UDP. I cannot mess with the users' global TCP options, either. -- Thomas Tempelmann, http://www.tempel.org/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Thomas Tempelmann