[Bug 837] Large ICMP packets are lost
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Aug 2 20:37:55 CEST 2013
https://bugzilla.netfilter.org/show_bug.cgi?id=837
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |pablo at netfilter.org
Resolution| |WONTFIX
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> 2013-08-02 20:37:53 CEST ---
You may have to use larger buffer to catch packets. Note that the example is
using:
char buf[4096] __attribute__ ((aligned));
That needs to be adapted to the maximum packets length you plan to catch,
maximum packet length supported by nfnetlink_queue is 65535 - 4.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list