[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHdPZaPwvk2baGRng7kUnfT5ZcRrAB82_AjEakxBr5ZkvVfNqA@mail.gmail.com>
Date: Tue, 6 Nov 2012 06:34:22 -0500
From: "devendra.aaru" <devendra.aaru@...il.com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: recvfrom a large packet
if i do a recvfrom (sk, buf, 10000, 0, &addr, &len), shall i recv all the data
i mean the 10000 bytes?
since fragmentation happen in the ip layer and assembled happen in the
ip layer it doesnt matter for the upper layer about the packet size.
i wrote a test code and it seems to be working.
is there any problem will come if i turn on firewall.
any ideas?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists