Closed GoogleCodeExporter closed 8 years ago
Original comment by philip.l...@gmail.com
on 14 Oct 2011 at 9:17
Original comment by sdh...@gmail.com
on 24 Oct 2011 at 3:31
I've committed and verified that this doesn't seem to break anything. We do
need to support IP fragmentation to be IPv6 compliant (IPv6 has a 1500 byte mtu
that might require fragmentation) but there will be some code space overhead
involved with doing this which I haven't been willing to do. Maybe we make it
an option.
Original comment by sdh...@gmail.com
on 24 Oct 2011 at 9:57
Optional support for proper fragment handling would be great. The extra buffer
space required for reassembly hurts though...
From memory there's also a shortcut taken over in the PPP code, where we only
do 1280 instead of the RFC-mandated 1500.
Original comment by jmatts...@dius.com.au
on 24 Oct 2011 at 10:05
Original issue reported on code.google.com by
jmatts...@dius.com.au
on 10 Oct 2011 at 12:36Attachments: