From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:52016 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751064AbeEAXCM (ORCPT ); Tue, 1 May 2018 19:02:12 -0400 Date: Tue, 01 May 2018 19:02:07 -0400 (EDT) Message-Id: <20180501.190207.12475480991431652.davem@davemloft.net> To: soheil.kdev@gmail.com Cc: netdev@vger.kernel.org, ycheng@google.com, ncardwell@google.com, edumazet@google.com, willemb@google.com, soheil@google.com Subject: Re: [PATCH V4 net-next 1/2] tcp: send in-queue bytes in cmsg upon read From: David Miller In-Reply-To: <20180501193916.113642-1-soheil.kdev@gmail.com> References: <20180501193916.113642-1-soheil.kdev@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Soheil Hassas Yeganeh Date: Tue, 1 May 2018 15:39:15 -0400 > Add the TCP_INQ socket option to TCP. When this socket > option is set, recvmsg() relays the number of bytes available > on the socket for reading to the application via the > TCP_CM_INQ control message. Applied.