lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5952] Integration of AutoIP module


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #5952] Integration of AutoIP module
Date: Fri, 22 Jun 2007 20:05:48 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #37, patch #5952 (project lwip):

Hmm, I can't say anything about what ttw should be...

> I'm not sure than in this case, it will be really useful
> (the C-Library got lots of functions, and I suppose we will
> not redefine all that lwIP used...).

What exactly do you mean with that? The problem is other functions can easily
self-written (like memcpy/memcmp/strlen/strcpy etc.; with the exception of the
printf-functions that are really big in some c-libraries - but there are small
substitutes, e.g. from paulOS). The problem with rand() is that it is not easy
to create such a function. Because of that, I think it is better (for the sake
of lw), to see if we can get good results with 'randomizing' ourself without
using rand().

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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