From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 477A43B2A4 for ; Sun, 25 Jun 2023 14:51:17 -0400 (EDT) Received: by mail-pf1-x42e.google.com with SMTP id d2e1a72fcca58-668704a5b5bso2398975b3a.0 for ; Sun, 25 Jun 2023 11:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1687719076; x=1690311076; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=eDqs/Pz5ctzgHShurE8704vyV2DAetgY0Abxfma/X6Y=; b=NcxAZGBBcfpq3jLxSk5DJgNXKUIBRBxYn//227XaSL4WEz8VOsg06X9HRFVI0txFhe DgTyJKQBolNS8hjJCgw8Vks2adzAGApA+mFry3UO0ywr1Mo6RxN5vVY5o6Jg07ny7cHs IxuMiCp7CRgNmwEhqUGZBkCgEkDiIYFVbD/K376XUpdEWQnOnlNSUEv7Z54kr6G9YgDJ zoIaAhObyX79zdJ8j77nStM+wYf2etklb+cR5yMsnngT40wYgNbcxCxiYVxwm1K6kwn7 t8nvMWw/IgvB6ayemnhcBAeX0u0EfR/u8pr33MYxvskmXS+v3USt9QdrW72CNBFMA/z6 Ge9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687719076; x=1690311076; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eDqs/Pz5ctzgHShurE8704vyV2DAetgY0Abxfma/X6Y=; b=SdkMGBBXtMdNlVU2bvz49yybtgTbrEX0O97Io2MWsIB5gJYVrkby2bPfFpzNEz15Ug IKQgoXGEBeb3lHNFKbYjMiR76ao1MrbW1bKbFLEEw2uPvm265ebglFTvzUZP4kKcFsZA j96CirqPihNUaqU2xovCIWGIS1ee/G/siIPidlWIUhtAEYw7uZFxQjxNIeJrTT479XjB My6MHr/TnTwMeKDy0e6jmnvB78JJVsZQHGG1qf4D8RafsVOZsx6m9eXgUsFB/oqCa5hv 0zKzDp87k6Nb9TZ9NRMyytGWS4gIWNaggji8l8Eaias2YfDhiTlnIjCP3Gpw0OaNdkbL 0rQA== X-Gm-Message-State: AC+VfDxAQR/Spa+rvxl0xQT7RWT2qol3rnnDXZR1f3WU1p5eWCoGDPi6 ZGjSrrueoBzaq9VlHgmBHnqM80CQJcrYI9A++FmaNw== X-Google-Smtp-Source: ACHHUZ6VOKtNoD4F+PHTofKIrVqlBsRlDN+1JgbIAfc55zmWIPine4GlGtiUbPpxFvjxS3yXVB8Now== X-Received: by 2002:a05:6a21:6d86:b0:124:413a:56d2 with SMTP id wl6-20020a056a216d8600b00124413a56d2mr13602979pzb.43.1687719076041; Sun, 25 Jun 2023 11:51:16 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id n189-20020a6327c6000000b0055387ffef10sm2795136pgn.24.2023.06.25.11.51.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 25 Jun 2023 11:51:15 -0700 (PDT) Date: Sun, 25 Jun 2023 11:51:13 -0700 From: Stephen Hemminger To: "David P. Reed via Bloat" Cc: "David P. Reed" , "Cake List" Message-ID: <20230625115113.2291f7d6@hermes.local> In-Reply-To: <1687632112.01524513@apps.rackspace.com> References: <1687632112.01524513@apps.rackspace.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bloat] Two questions re high speed congestion management and datagram protocols X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2023 18:51:17 -0000 On Sat, 24 Jun 2023 14:41:52 -0400 (EDT) "David P. Reed via Bloat" wrote: > I also was looking back to DCCP as a useful way to get a UDP that handled congestion without engaging the higher layers, and preserving the other flexibility of UDP. DCCP never got widely used, and Linux is on the path of deprecating it.