From mboxrd@z Thu Jan 1 00:00:00 1970 From: XiChimos Subject: Buffer size Date: Tue, 20 Jan 2004 13:34:56 -0500 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <400D74D0.8040303@plobe.com> References: <20040120011305.GD1142@eychenne.org> <20040120232103.GB1143@eychenne.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: Netfilter Development Mailinglist In-Reply-To: <20040120232103.GB1143@eychenne.org> Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org I was looking at the code for a userspace application and noticed that the buffer size was 2048. Why is it this value if the maximum size of a IP datagram is 65535? Does it get fragmented after the point of 2048 octects? Finally, will using 2048 ever get me into trouble? Chris