From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,23d9487ffc2225ac X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.speakeasy.net!news.speakeasy.net.POSTED!not-for-mail NNTP-Posting-Date: Fri, 01 Sep 2006 13:08:57 -0500 Date: Fri, 01 Sep 2006 11:08:57 -0700 From: David Brown User-Agent: Thunderbird 1.5.0.5 (X11/20060801) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: gnat for MacOS Tiger? References: <3amdnUqCVb2eHULZnZ2dnUVZ_qWdnZ2d@comcast.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <9LSdnegGXpCk6mXZnZ2dnUVZ_rCdnZ2d@speakeasy.net> NNTP-Posting-Host: 66.93.32.226 X-Trace: sv3-0jJm8di0ni4uAEPGcG+YpAmO6sTuWftr7yZOAMWtU2Bla/aU0jKRB2M4xj6Ku3nI0OHkE6XVvBaHAZO!aLviOAr8nhA1Ca+uGq7+jRlW0YYpciWWlTkcfgCGFP4dBZUQXsSogJKtuykTD1PobWzBx3C+Z2+K!O8x0hEMge7gyzmUPmb6eg6IR3A== X-Complaints-To: abuse@speakeasy.net X-DMCA-Complaints-To: abuse@speakeasy.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:6441 Date: 2006-09-01T11:08:57-07:00 List-Id: David Shochat wrote: > Well, a PPC Darwin version won't work for me (I have Intel). But the main > problem is that site. Hasn't worked all day, and doesn't even respond to > ping. I found the regular adacore.com, but no mention of this site there. This is a bug in some router on the way to the host. It has to do with TCP window scaling. I'm not sure how to adjust this on OSX, but from linux, as root echo 0 > /proc/sys/ipv4/tcp_window_scaling will allow access to the host. Dave Brown