Commit Graph

16 Commits

Author SHA1 Message Date
Zhang Jun Hao
cf645ab639 feat(lwip): make lwip timeouts to 3000ms in light sleep 2018-08-07 11:58:57 +08:00
Zhang Jun Hao
c966dd04da feat(lwip): make tcp fast timer to 125ms and make rto to 250ms 2018-07-31 12:48:37 +08:00
Dong Heng
d96d10637d Merge branch 'feature/add_udp_sync' into 'master'
Add socket UDP sync function

See merge request sdk/ESP8266_RTOS_SDK!338
2018-07-30 20:34:24 +08:00
Dong Heng
b7a74a1788 Merge branch 'bugfix/fix_lwip_accept_sync_error' into 'master'
Fix lwip TCP server "accept" sync error

See merge request sdk/ESP8266_RTOS_SDK!348
2018-07-30 20:30:49 +08:00
Dong Heng
cf46ba82be feat(lwip): Add socket UDP sync function 2018-07-30 20:30:04 +08:00
Dong Heng
855c80c9bf fix(lwip): Fix lwip TCP server "accept" sync error 2018-07-30 19:01:50 +08:00
Zhang Jun Hao
ee60c285fa feat(lwip): Add pbuf list to resend ERR_MEM pbuf 2018-07-27 17:00:46 +08:00
Dong Heng
74e013e493 feat(LWIP): Fix IRAM pbuf never send
WIFI only can send DRAM data, so if upper layer pbuf payload is
IRAM data, here it must be copy to DRAM.

We add "pbuf_alloc_ll" to reduce this happen.
2018-07-25 19:18:12 +08:00
Zhang Jun Hao
c250b3ed2e fix(lwip): fix exist more pbufs after TX_SINGLE_PBUF enabled 2018-07-24 16:58:56 +08:00
Dong Heng
9e7608c788 feat(lwip): Fixup LWIP timer list tick error 2018-07-20 14:38:11 +08:00
Dong Heng
9f998c64f5 feat(lwip): Fix UDP recv NULL package 2018-07-06 18:00:05 +08:00
Trygve Laugstøl
96c273895b feat: Removing executable file mode for code most files
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/186
2018-05-20 20:39:38 +08:00
Zhang Jun Hao
8f93ab7629 feat(lwip): Update lwip from 1.4.0 to 2.0.3
Source: https://git.savannah.nongnu.org/git/lwip.git
2018-04-30 12:23:02 +08:00
Dong Heng
39b77d4337 feat(lwip): Add macro "LWIP_SUPPORT_CUSTOM_PBUF"
LWIP of newer version has this.
2018-04-23 16:42:50 +08:00
Dong Heng
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
zhangjunhao
a20e4c1218 feat(lwip): Redefine lwip file structure 2018-04-20 16:19:31 +08:00