From owner-freebsd-net@freebsd.org Wed Sep 2 01:20:00 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 838609C63CE for ; Wed, 2 Sep 2015 01:20:00 +0000 (UTC) (envelope-from pkelsey@gmail.com) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C262CFC for ; Wed, 2 Sep 2015 01:20:00 +0000 (UTC) (envelope-from pkelsey@gmail.com) Received: by ykax124 with SMTP id x124so8688677yka.2 for ; Tue, 01 Sep 2015 18:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=z70ejiOXmW+5wlp485NfJcGgX76PGfSsNiG+DQGEwHE=; b=cVhpJJswxYuD949rMAfslj+/lZYiKZtyhA0isE7tRpraslDx8kuwcGwch4V4dTP+zX udSggG9MKhUIV8T0DVlIpR1btxexP1rCnDV99UHY9Y6/GvR9RfN2zdTt6UiezoHk/2+q hq8xHH5wpeBu4g93JZbNmEw/lUQbU0c4efP1sYjurrwEtJ8jbnLx1uUBcGCcI+OjEKYe EElEfrdMf5FN4jRvDdvDmQJhnMq00YEWFs8u6kIiBKRILuYVIrOPkXhP2R9rmWfDpVbj 9HjYuxuOWJnEyt2rdBnhjDY3jSQiE6vw9t9atD3hOzgcnEjNhqYrtG3PO1XaIU7FO3l3 W70Q== MIME-Version: 1.0 X-Received: by 10.13.197.132 with SMTP id h126mr32145905ywd.140.1441156798769; Tue, 01 Sep 2015 18:19:58 -0700 (PDT) Sender: pkelsey@gmail.com Received: by 10.129.24.212 with HTTP; Tue, 1 Sep 2015 18:19:58 -0700 (PDT) Date: Tue, 1 Sep 2015 21:19:58 -0400 X-Google-Sender-Auth: wMlpG8gtn3mf0AWdYOZQj7Jo1lY Message-ID: Subject: TCP Fast Open (RFC7413) for FreeBSD From: Patrick Kelsey To: "freebsd-net@freebsd.org" Cc: sara@sinodun.com, jones@sdf.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 01:20:00 -0000 Hi, About two weeks from now, I will be starting work on server-side TCP Fast Open (TFO) support for FreeBSD head and stable/10, with the intention of having patches up for review by November. This message is an attempt to uncover any existing work on TFO for FreeBSD, as the existence of such work may change my plans. Copying Sara Dickinson and Tom Jones due to this thread: https://lists.freebsd.org/pipermail/freebsd-net/2015-January/040910.html. -Patrick