Re: [lwip-users] https post_auto_wnd not work

2019-10-24 Thread tomek wilkxt
Did anyone have a problem or could check how the https(mbedtls) server works when receiving data volumes larger than TCP_WND? >I noticed that this is not a POST MANUAL WND problem but a general >problem with receiving more data (both GET and POST). >As I increased TCP WND from >#define TCP_WND (2

Re: [lwip-users] Where to call mdns_resp_add_netif?

2019-10-24 Thread Dave Nadler
Hi - Hoping for a bit of help using MDNS. Am I correct in understanding I need to register the IPaddress/netif with MDNS as below? Is there a convenient hook to do this when DHCP receives an IP address? Thanks in advance for any help, Best Regards. Dave On 10/22/2019 5:15 PM, Dave Nadler wrote:

Re: [lwip-users] SNMP for lwip 1.4.1

2019-10-24 Thread Dirk Ziegelmeier
Not really, but there are examples in the contrib directory Ciao Dirk On Thu, Oct 24, 2019 at 10:03 PM Trampas Stern wrote: > I did get the lwip 2.1.2 version compiled and ported with httpd running. > Is there a quick start guide for SNMP? > > I am new to SNMP, and have started reading up so i

Re: [lwip-users] SNMP for lwip 1.4.1

2019-10-24 Thread Trampas Stern
I did get the lwip 2.1.2 version compiled and ported with httpd running. Is there a quick start guide for SNMP? I am new to SNMP, and have started reading up so if there is a good primer for background I should read first, by all means let me know. Thanks Trampas On Thu, Oct 24, 2019 at 3:06 PM

[lwip-users] Delay in web page loading on v1.4.2

2019-10-24 Thread vinu
Hi all, I am having issue in loading web page using netconn APIs in LWIP v1.4.2 on FreeRTOS. Earlier the issue was not there when we where running the MCU at 12MHz clock. But once we switched to 120MHz, we are noticing random page loading issues. After few days of debugging the stack, we found

Re: [lwip-users] SNMP for lwip 1.4.1

2019-10-24 Thread goldsi...@gmx.de
Am 24.10.2019 um 20:35 schrieb Trampas Stern: I am with you on the old software! I would rather find new bugs than old bugs that have been fixed. I start porting the latest lwip version. OK, please report back anything that's missing in the UPGRADING document. Thanks, Simon __

Re: [lwip-users] SNMP for lwip 1.4.1

2019-10-24 Thread Trampas Stern
I am with you on the old software! I would rather find new bugs than old bugs that have been fixed. I start porting the latest lwip version. On Thu, Oct 24, 2019 at 2:30 PM goldsi...@gmx.de wrote: > Am 24.10.2019 um 00:54 schrieb Trampas Stern: > > I was looking at upgrading to 2.x of lwip, but

Re: [lwip-users] memp_malloc: out of memory in pool TCP_PCB

2019-10-24 Thread goldsi...@gmx.de
Am 24.10.2019 um 18:57 schrieb Mário Luzeiro: Hello all, I'm running a HTTPD over ALTPCB / MBEDTLS It all works ok until I start to make lots os http requests (eg open multiple pages) No matter how much I increase MEMP_NUM_TCP_PCB, after a while, I will get this error: memp_malloc: out of mem

Re: [lwip-users] tcp_write: too much data

2019-10-24 Thread goldsi...@gmx.de
Am 24.10.2019 um 19:04 schrieb Mário Luzeiro: Hi all I'm getting this error: tcp_write: too much data (len=29 > snd_buf=0) sometimes if I tune some of parameters and on some cases the len and snd_buf value is different. What does it mean and how can I fix it? It means you try to send more t

Re: [lwip-users] SNMP for lwip 1.4.1

2019-10-24 Thread goldsi...@gmx.de
Am 24.10.2019 um 00:54 schrieb Trampas Stern: I was looking at upgrading to 2.x  of lwip, but was having some issues getting it configured.  Seems a lot has changed, and documentation is a bit out of date on the porting. Well, it shouldn't be out of date. I'd rather help you upgrading so we can

[lwip-users] memp_malloc: out of memory in pool TCP_PCB

2019-10-24 Thread Mário Luzeiro
Hello all, I'm running a HTTPD over ALTPCB / MBEDTLS It all works ok until I start to make lots os http requests (eg open multiple pages) No matter how much I increase MEMP_NUM_TCP_PCB, after a while, I will get this error: memp_malloc: out of memory in pool TCP_PCB I notice that httpd is clos

[lwip-users] tcp_write: too much data

2019-10-24 Thread Mário Luzeiro
Hi all I'm getting this error: tcp_write: too much data (len=29 > snd_buf=0) sometimes if I tune some of parameters and on some cases the len and snd_buf value is different. What does it mean and how can I fix it? Mario Luzeiro ___ lwip-users mailing