mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-23 17:23:52 +08:00
Removed conn->sem creation and destruction from netconn_write() and added sys_sem_new to netconn_new_*
This commit is contained in:
@@ -14,6 +14,10 @@ FUTURE
|
||||
(sizeof(int)). In ppp.c an assumption is made on the availability of
|
||||
a thread subsystem. Either PPP needs to be moved to contrib/ports/???
|
||||
or rearranged to be more generic.
|
||||
|
||||
* TODO: review the the sequential netconn and socket API (lwip/src/api)
|
||||
for bugs and performance issues. Frequent system calls (e.g. sys_mbox_fetch)
|
||||
slooow things down considerably.
|
||||
|
||||
HISTORY
|
||||
|
||||
@@ -21,6 +25,10 @@ HISTORY
|
||||
|
||||
* [Enter new changes just after this line - do not remove this line]
|
||||
|
||||
2006-05-26 Christiaan Simons
|
||||
* api_lib.c: Removed conn->sem creation and destruction
|
||||
from netconn_write() and added sys_sem_new to netconn_new_*.
|
||||
|
||||
2006-03-29 Christiaan Simons
|
||||
* inet.c, inet.h: Added platform byteswap support.
|
||||
Added LWIP_PLATFORM_BYTESWAP define (defaults to 0) and
|
||||
|
||||
Reference in New Issue
Block a user