From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: add SO_MAX_DGRAM_QLEN for AF_UNIX SOCK_DGRAM sockets Date: Tue, 03 Mar 2015 13:59:15 -0500 (EST) Message-ID: <20150303.135915.946638858654752454.davem@davemloft.net> References: <1425342774-32667-1-git-send-email-christian@iwakd.de> <20150302.213807.367185406305242762.davem@davemloft.net> <0b5908020d83bcbaa7f4938e5cb433ea@iwakd.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <0b5908020d83bcbaa7f4938e5cb433ea@iwakd.de> Sender: netdev-owner@vger.kernel.org To: christian@iwakd.de Cc: netdev@vger.kernel.org, dan@mindstab.net, edumazet@google.com, hannes@stressinduktion.org, linux-api@vger.kernel.org List-Id: linux-api@vger.kernel.org From: Christian Seiler Date: Tue, 03 Mar 2015 10:04:10 +0100 > - More importantly, timestamps of messages can't be faked at all. So > in the example of a socket used for syslog purposes, all the > timestamps on the messages queued would be wrong. You can timestamp in the application and put that into your protocol for sending the syslog messages.