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 13:39:52 +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

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

> I think adding support for TCP sending to 
> lwip_netconn_do_send() is going to be complicated if we don't 
> use/re-use logic from lwip_netconn_do_writemore()

That's true, didn't think of that :-/

> What do you think about modifying lwip_netconn_do_writemore() 
> to use a netbuf pointer instead of a void *?

That's a good iead. However, I wouldn't do this for 2.0.0 but for 2.0.1
rather.

> Since the netbuf would be on the callers stack

That won't work for LWIP_MPU_COMPATIBLE, but it can be done through PP-magic
like for the rest of the MPU-compatible code...

    _______________________________________________________

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]