[lwip-users] lwip tcp_tw_pcbs list problem in tcp_slowtmr()

2013-11-19 Thread Greg Dunn
Hello, I have been having a problem in the tcp_slowtmr() function in tcp.c. I have been using the raw api for a quite a while to implement TCP servers listening on several different ports. I have not really had any problems so far. Recently I have also implemented TCP client connection which

Re: [lwip-users] how to support transfer file via VPN

2013-11-19 Thread Pomeroy, Marty
Anyone know how to support transfer file via VPN ? I can log in web in remote device via VPN, but I can't transfer a file to the device via VPN. The device only receive some data of the file , anyone know why ? Vincent If you are logging in and transferring part of the file, your lwIP

Re: [lwip-users] Advanced lwip raw API questions

2013-11-19 Thread Dale Gary
Hello I believe the answer to your question is in rawapi.txt in the doc folder of the lwip folders. The rawapi absolutely is not thread safe. How ever the "sequential- or socket API" is and runs as an application (separate thread). The rawapi.txt goes into this in much greater detail. If it is

[lwip-users] how to support transfer file via VPN

2013-11-19 Thread Vincent Cui
HI : Anyone know how to support transfer file via VPN ? I can log in web in remote device via VPN, but I can't transfer a file to the device via VPN. The device only receive some data of the file , anyone know why ? Current, my lwipopt.h define, is something wrong ? #define SYS_LIGHTWEIGHT_PROT