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: Joel Cunningham
Subject: [lwip-devel] [patch #8882] Vector improvements
Date: Mon, 15 Aug 2016 21:27:03 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0

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

Simon,

Any thoughts on my last comment?  Thinking about it more over the last week,
maybe a TCP specific netconn send that takes a netbuf isn't that bad.

Something like netconn_send_tcp() and then leave netconn_send() as it is now
(only works for UDP/RAW)

Once we have this support, we could deprecate netconn_write_partly().  It's
been strange that the netconn APIs for sending data over TCP and UDP are
really different.  UDP expects the caller to assemble a netbuf, but not TCP

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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