chiark / gitweb /
fragmentation: Fragment packets as required
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 20 Mar 2014 02:01:53 +0000 (02:01 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Apr 2014 01:10:07 +0000 (02:10 +0100)
commitf3d69e414de7d941865f59723e45207bd1f8fc93
treeb6ec19280ab9558270906dde677ffed8d0738f6e
parentceb05e5ddbc5f140b1320c29a8b5841e61bc8250
fragmentation: Fragment packets as required

netlink now honours its clients' and its local link's declared mtus.
If the packet is too large, it fragments it if possible, or perhaps
sends an ICMP Frag Needed error.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
netlink.c