16 Commits

Author SHA1 Message Date
1564a90f3a feat(lwip): Modify socket_mt mark_data 2018-08-23 15:20:33 +08:00
51c43fba43 fix(LWIP): Fix close same socket many times 2018-07-24 16:06:55 +08:00
da0d4cb749 feat(LWIP): Socket(not server) must has linger
Server linger must be disable.
2018-07-19 14:32:29 +08:00
8a6c1a307f feat(lwip): Disable LWIP raw function "shutdown"
Make it be same as esp-idf.
2018-07-19 10:47:46 +08:00
12bb86e845 fix(lwip): Fix shutdowm UDP error and exit
UDP cannot be shutdown and all socket "close" must be handled although shutdown error.
2018-07-17 19:40:07 +08:00
d09245dc50 fix(lwip): Fix sync connect/send error 2018-07-16 20:20:43 +08:00
097c8aa0cc feat(lwip): Add function to sync "shutdown" 2018-07-11 10:22:25 +08:00
c1d7df514c feat(lwip): Use "glue" API to replace LWIP raw socket function 2018-07-09 17:10:49 +08:00
0dc928dca5 feat(lwip): Make raw LWIP API disable 2018-07-06 20:38:33 +08:00
e912bc25fa feat(lwip): Add multi-thread support 2018-06-26 19:50:45 +08:00
cccd058783 feat(lwip): Format code 2018-06-25 17:20:58 +08:00
291c94b501 feat: Remove the use of os_printf in SDK 2018-05-24 19:52:43 +08:00
f1d2152991 feat(esp8266): Don't use LOCAL in SDK 2018-05-24 15:30:47 +08:00
d75ffa61eb feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash
rodata will be in flash by default.
2018-05-24 11:02:34 +08:00
8b0d705345 feat(lwip): add sockets_mt.c to component.mk
Remove sockets_mt.c declare  from sockets.c
2018-04-20 16:39:21 +08:00
a20e4c1218 feat(lwip): Redefine lwip file structure 2018-04-20 16:19:31 +08:00