[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Bringing back Tor on the iPhone - take 2
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: Bringing back Tor on the iPhone - take 2
- From: Nick Mathewson <nickm@xxxxxxxxxxxxx>
- Date: Thu, 4 Feb 2010 20:18:57 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Thu, 04 Feb 2010 20:19:06 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=mLrvtF6+NLpUr1AodEPiCxmEx9/ywYy+ntkdcKvL8R4=; b=nEhRRZOPZgdQ+rsmuyQNGEtTjGC87eU3+FQtrRAblnPy37BcljXp7EQsr+S5AM7dUS lwXbSPerzB9IkvTTEjq5a37zupVMrPFIhr7DWvPXWwFYNYJ9mg+b/IzYsBfi6g2kiZNC r1L5q9/W0HpGbz4eB3GyRg7oidy6pY1Jg7OjA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=ECEL4AniBRU0ONcxnEDDqAPOLYtH2G3e5JedQLlTmwgY3bNX58i2F0nTg4d0bbCW3k iFavFDGDT2RJxT2yH9OZqaE3oacfXpECV48YISShbL8HEQuGg8nWW6ZAeacG1qUQSMcu rtEPdJDEfHt4lylmw/eNZO1U+1yL4dIOELD/A=
- In-reply-to: <4B6824DC.8010004@xxxxxxxxxxxx>
- References: <4B6824DC.8010004@xxxxxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Tue, Feb 2, 2010 at 8:13 AM, Marco Bonetti
<marco.bonetti@xxxxxxxxxxxx> wrote:
[...]
> 1) strictly related to tor: I build the latest stable release *WITHOUT*
> the --enable-iphone switch. As I can understand from the post linked
> above, that option will jusr add some compiler flags needed only by
> older version of the iphone toolchain/firmware and I think that probably
> they could be removed as no longer necessary. Does anyone know something
> more on that patch?
That matches with my impressions of it. All it does is define
"__DARWIN_UNIX03" and "IPHONE". The only place in Tor that looks at
"IPHONE" is set_max_file_descriptors, where instead of defaulting to
asking for 15000 connections, it only asks for 9999. If the define
and the fd limit change aren't needed any more, let's kill them.
--
Nick
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk in the body. http://archives.seul.org/or/talk/