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, 7 Jul 2016 12:11:49 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Update of patch #8882 (project lwip):

         Planned Release:                    None => 2.0.0 Beta2            

    _______________________________________________________

Follow-up Comment #13:

Sorry for taking so long again.

Could we combine the TCP path of lwip_sendmsg() with the UDP path (allocate a
netbuf + PBUF_REF for each iovec)? Then we would have to change
lwip_netconn_do_send() to handle the netbuf for TCP.

(Although lwip_netconn_do_send() doesn't return the number of written bytes,
but I'm not sure what would be correct here: retry or return less than
requested).

Either way, since sendmsg() is new to 2.0.0, let's sort this out before the
release.

    _______________________________________________________

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]