[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, 18 Feb 2016 19:24:29 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36 |
Follow-up Comment #1, patch #8882 (project lwip):
I'm not sure how to solve it differently, but I don't really like moving
struct iovec to def.h. The core of lwIP should be compilable without
opengroup things. Setting LWIP_IOVEC_PRIVATE to 1 by default makes it worse by
having conflicting typedefs on some systems.
Another backdraw is that your change would make non-vectored writes slower as
they are converted to a single-vector write, even ifa simple write is the more
common case (in my opinion at least).
I dont' really have an idea of how to improve this, though. Bypassing the
netconn layer, it would be much easier to implement ;-)
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?8882>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [patch #8882] Vector improvements,
Simon Goldschmidt <=