lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #8882] Vector improvements


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #8882] Vector improvements
Date: Thu, 25 Feb 2016 20:05:23 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36

Follow-up Comment #3, patch #8882 (project lwip):

Well, PPP is somewhat a special case in lwIP as it is very much just copied
from pppd and then adpted to lwIP. The core lwIP code tries to not use
structures define by the (network-) standards.

This is probably to prevent confusion when the types are already defined. E.g.
when compiling on windows, you're bound to get compiler errors when including
winsock.h to get struct timeval defined, so you end up with 2 different types
with the same name. That's OK for sockets.h, but not for netconns (at least
that's the way I see it, currently).

Can't we convert from struct iovec to pbuf in sockets.c?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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