|
ac29fd216e
|
feat(lwip): Add configuration to enable/disable setting SO_LINGER default
|
2019-01-02 15:23:54 +08:00 |
|
|
c05c1c2b3a
|
feat(lwip): Put sync function to lwip main thread
|
2018-10-11 15:45:02 +08:00 |
|
|
34ae970f82
|
refactor(lwip): Refactor LWIP UDP sync
|
2018-10-11 15:45:02 +08:00 |
|
|
5a850813c7
|
fix(lwip): Fix UDP sync no clear cache when close socket.
|
2018-09-27 09:25:45 +08:00 |
|
|
e193bd3f1d
|
fix(lwip): Fix lwip sync error to let sending task block
|
2018-09-25 10:45:04 +08:00 |
|
|
3d0eb61043
|
fix(lwip): Fix socket mt sync error
|
2018-09-20 17:03:47 +08:00 |
|
|
9e0fb8bcac
|
fix(lwip): Fix socket_mt nonblocking error
|
2018-09-12 21:53:22 +08:00 |
|
|
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 |
|