Message ID | cover.1707739536.git.pabeni@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3613018646 for <mptcp@lists.linux.dev>; Mon, 12 Feb 2024 15:19:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707751158; cv=none; b=pocsvICprD9BBVu5xAlFJR7sxv0MlGbA5W+GdnV+vJI1+M7Sw4UEZIF64910XDS7fM+Bn96frwOPU5FXHXXdbetxm4yT1drEO5UR08ltfFM/P64kfd5594eIlznlnQgyjQuX8Gp6Juqv1tPQpTQM5KaLo5ZdMO+vUitqtXaAw9U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707751158; c=relaxed/simple; bh=M1zMNzZBhmMWDrzBXv4bbK73IJ7Nf5hz8QynK+NUng8=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=jTgRgt0fF+kzh0ksEEKLluiZBVBOVpS3gRyIJO/scAux4S+LWes3no0oW8vxzVpSQZZYJxEuQCQFUS0R/h1V8k59meFIJwLqjl4ZTJC8zOWW9G4B/b6LIvk0gD3ukL9i5drMvi7kUGabt8eEOddRepQKhS1a3vVhTv/ud411Gbw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=AwAqrkwc; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="AwAqrkwc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707751156; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=m+wlHaKNvY6j8o8m8YzA9UJu/MyNoijDlK0xzbvAN9o=; b=AwAqrkwcCWrIodfZvvTkHO2PCcmtw8MFRARgHieWL2KTq5eW7fHoPj/w+APpmxywTMH63d ++9YzUaQQLD7uEbJ9/uIykTU5VWYgRXWxzaHi/DqGwhsyTNFYwgr5tfr+NMbFhWWBLfbkM iCgQkIPoikd8rOi3i+yyE0+WmGaFqSY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-13-KPUPGRb6Pm-zkI7u4X0osw-1; Mon, 12 Feb 2024 10:19:14 -0500 X-MC-Unique: KPUPGRb6Pm-zkI7u4X0osw-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 018C1859703 for <mptcp@lists.linux.dev>; Mon, 12 Feb 2024 15:19:14 +0000 (UTC) Received: from gerbillo.redhat.com (unknown [10.45.224.193]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8288B492BC8 for <mptcp@lists.linux.dev>; Mon, 12 Feb 2024 15:19:13 +0000 (UTC) From: Paolo Abeni <pabeni@redhat.com> To: mptcp@lists.linux.dev Subject: [mptcp-next v2 0/7] mptcp: implement TCP_NOTSENT_LOWAT support Date: Mon, 12 Feb 2024 16:18:55 +0100 Message-ID: <cover.1707739536.git.pabeni@redhat.com> Precedence: bulk X-Mailing-List: mptcp@lists.linux.dev List-Id: <mptcp.lists.linux.dev> List-Subscribe: <mailto:mptcp+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:mptcp+unsubscribe@lists.linux.dev> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true |
Series |
mptcp: implement TCP_NOTSENT_LOWAT support
|
expand
|