lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5834] Don't fragment flag


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5834] Don't fragment flag
Date: Fri, 30 Mar 2007 08:34:13 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #5, patch #5834 (project lwip):

If someone really need it as default (but will be strange, but, why not), I
can add in opt.h a 

#ifndef IP_FRAG_FLAGS
#define IP_FRAG_FLAGS 0
#endif

and use it like this :

PH_OFFSET_SET(iphdr, htons(IP_FRAG_FLAGS));
 
Or better than opt.h, ip.h?

What is your preference?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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