mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-30 21:58:23 +08:00
Merge branch 'bugfix/fix_iperf_result_error' into 'master'
fix(iperf): fix iperf result error due to nano newlib and uint32_t data len See merge request sdk/ESP8266_RTOS_SDK!1548
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
typedef struct {
|
||||
iperf_cfg_t cfg;
|
||||
bool finish;
|
||||
uint32_t total_len;
|
||||
uint64_t total_len;
|
||||
uint32_t buffer_len;
|
||||
uint8_t *buffer;
|
||||
uint32_t sockfd;
|
||||
|
@ -7,3 +7,4 @@ CONFIG_LWIP_TCP_SND_BUF_DEFAULT=11680
|
||||
CONFIG_LWIP_TCP_WND_DEFAULT=7300
|
||||
CONFIG_LWIP_TCP_MSS=1460
|
||||
CONFIG_LWIP_TCP_RECVMBOX_SIZE=7
|
||||
CONFIG_NEWLIB_NANO_FORMAT=n
|
||||
|
Reference in New Issue
Block a user