lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #7409] IPv6 support for LwIP 1.4.0RC1


From: Ivan Delamer
Subject: [lwip-devel] [patch #7409] IPv6 support for LwIP 1.4.0RC1
Date: Sun, 15 May 2011 19:21:46 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

Follow-up Comment #11, patch #7409 (project lwip):

ip6_frag is inspired by ip_frag, so some of the code is similar. The queueing
and recombining of packets is quite similar. However, there are differences in
processing since in v6 the fragment information is contained in an option.
Some IPv6 options are present in every fragment (called the unfragmentable
part) and other options+payload are fragmented. So the header processing and
fragment merging is a bit different.

Perhaps there could be some generic functions for the fragment queueing and
merging code, but I'm not sure how much would be saved.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7409>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]