From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Status: No, score=-0.3 required=3.0 tests=AWL,BAYES_00,URIBL_BLOCKED shortcircuit=no autolearn=ham version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B0D081F420 for ; Tue, 22 Jul 2014 22:10:12 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id v10so354346qac.26 for ; Tue, 22 Jul 2014 15:10:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=GejBMJSq3TqMczQbyAANLMXEixutOhoQClY+Wa6yq4c=; b=DHJCiSvQw9G2Ljvzb0U9QQBYeKk08+hVJ4w71DCTmKr4fYbqbbFqoTD7jsRxROFlWw wZmUt6U5vtEuvIHiaI8RjwT8d0LnpvX4FCLHZTgr34p0e4LFoiOK+t0pOc4e06eq3SKK EhdC89fbN6+j8B50FqI9guSPHLL5uzZcIA4XYIBD3vNAGTw/UUsxlLHp/SkvKamZbE3w nVTa8Vp9wglspEpjTaeGmE+lKlxNQDE5YS2+FjQYUWvRkIkxm3YMywqdOXewM3YqYcss 8BwQ3wGpqPnZZa5e0B9lu41Aa6EETawtW8DSxg0+jZBnA+KQeN+/TNP/59X3ZW+t8vJ0 XkIg== X-Gm-Message-State: ALoCoQkcjIrt3X3DttJbhuj2xYLZo8HMfuedIN/CmAaNTr3BWcqinShfNpPsO2sfKTVjyKUxMGBh MIME-Version: 1.0 X-Received: by 10.224.168.13 with SMTP id s13mr46712343qay.80.1406067011636; Tue, 22 Jul 2014 15:10:11 -0700 (PDT) Received: by 10.140.102.200 with HTTP; Tue, 22 Jul 2014 15:10:11 -0700 (PDT) In-Reply-To: References: <20140722205631.GA9106@dcvr.yhbt.net> Date: Tue, 22 Jul 2014 15:10:11 -0700 Message-ID: Subject: Re: High number of TCP retransmits on Solaris From: Michael Fischer To: Paul Henry Cc: Eric Wong , unicorn-public Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: PublicInbox::Filter 0.0.1 List-Id: On Tue, Jul 22, 2014 at 3:07 PM, Michael Fischer wrote: > > Ah, you were simply running out of IP 4-tuples on the server. This isn't > usually a problem in practice because client IPs are usually much more > diverse. (IIRC the behavior on Linux and FreeBSD is to send an RST to the > client when this happens instead of not responding to the SYN.) > I just re-read the bug report. Different issue entirely. Incorrect ISNs! Ouch. --Michael