Re: [lwip-users] 2 packets received in tcp and passed as only 1 with doubled size

2017-09-22 Thread Dirk Ziegelmeier
Are you aware TCP is a STREAM protocol, NOT a PACKET based protocol like UDP? The behavior sounds perfectly fine. Dirk On Fri, Sep 22, 2017 at 5:24 PM, gussabina wrote: > Hello: > > I'm using lwIP 1.4.1 with FreeRTOS 7.30 running on Atmel ATSAM4E, with an > application

Re: [lwip-users] Correct way to use SNTP safely

2017-09-22 Thread Dirk Ziegelmeier
Read: http://www.nongnu.org/lwip/2_0_x/index.html and http://www.nongnu.org/lwip/2_0_x/pitfalls.html Check the "Modules" section, the APIs are separated in "Callback-style" (tcpipthread only) and "Sequential-style" (to be used from other threads) Ciao Dirk On Fri, Sep 22, 2017 at 8:51 AM,

Re: [lwip-users] Correct way to use SNTP safely

2017-09-22 Thread Wayne Uroda
My mistake. Other functions I am calling: tcpip_init netif_add netif_set_default netif_set_up dhcp_start dns_setserver netbiosns_set_name netbiosns_init sntp_setservername sntp_init netconn_* netbuf_* When I said the other functions use the mailbox, I guess I was referring to the netconn and