From owner-freebsd-dtrace@freebsd.org Sat Jun 23 11:29:33 2018 Return-Path: Delivered-To: freebsd-dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD0F8101D11F for ; Sat, 23 Jun 2018 11:29:33 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 770907F23F for ; Sat, 23 Jun 2018 11:29:33 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: by mailman.ysv.freebsd.org (Postfix) id 30FD9101D11C; Sat, 23 Jun 2018 11:29:33 +0000 (UTC) Delivered-To: dtrace@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E977101D11B for ; Sat, 23 Jun 2018 11:29:33 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A5D57F23C; Sat, 23 Jun 2018 11:29:32 +0000 (UTC) (envelope-from gnn@neville-neil.com) X-Originating-IP: 114.36.115.202 Received: from [10.0.1.2] (114-36-115-202.dynamic-ip.hinet.net [114.36.115.202]) (Authenticated sender: gnn@neville-neil.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id C24861C0004; Sat, 23 Jun 2018 11:29:23 +0000 (UTC) From: "George Neville-Neil" To: "Michael Tuexen" Cc: dtrace@freebsd.org Subject: Re: receive probes Date: Sat, 23 Jun 2018 19:28:38 +0800 X-Mailer: MailMate (1.11.2r5479) Message-ID: <88747828-2ECD-42A1-BB41-6108F37146DE@neville-neil.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Level: X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2018 11:29:34 -0000 On 23 Jun 2018, at 19:17, Michael Tuexen wrote: >> On 23. Jun 2018, at 11:21, George Neville-Neil >> wrote: >> >> >> >> On 19 Jun 2018, at 5:17, Michael Tuexen wrote: >> >>> Dear all, >>> >>> when should receive probes for the TCP and UDP network provider >>> fire? >>> >>> I would expect it to fire whenever a non-malformed packet is >>> received. >>> Is that the intention? >>> >> >> Of the appropriate type of course, but yes. > OK. Let me propose a patch for UDP and TCP and put them on > Phabricator... > I'm wondering what you're seeing that you think needs patching. Best,. George