Hi, Ajay and everybody! Thanks for your support! I've traced down the issue and seems that there was a memory error with my setup. The main issue was that I've used pppos_input_tcpip to push data to lwip per-byte. This seemed to drain the dynamic memory too quickly. Now I changed it to pppos_input and it works good so far! Just in case I attach lwippopts.h file for anybody facing the same issue.
Thanks for great work! lwipopts.h <http://lwip.100.n7.nabble.com/file/t2270/lwipopts.h> -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
