lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] https post_auto_wnd not work


From: Mário Luzeiro
Subject: Re: [lwip-users] https post_auto_wnd not work
Date: Fri, 25 Oct 2019 09:34:07 +0000

> how are you set to TCP_WND and MBEDTLS_SSL_MAX_CONTENT_LEN ?

Hi Tomek,

here are my values:
#define MBEDTLS_SSL_MAX_CONTENT_LEN             2048
#define TCP_MSS                         800
#define TCP_WND                         (2048 + 2048 / 4) // not sure how much 
"headroom" should I give here.. but TCP_WND must be > 2*TCP_MSS

I will try latter your test suggestion...

Mario Luzeiro


reply via email to

[Prev in Thread] Current Thread [Next in Thread]