Question
handling multiple TCP segments
Posted on October 27, 2016 at 10:27
hello!
I'm using STM32f407 discovery kit along with extension board for my webserver project, I've tested lwip demo code and it works fine. Problem comes when client sends a bigger packet, for example 2000 bytes, and server receives data in segmented form, is there a way to handle multiple segments in httpd.c file? may combine two segments to make it single before processing?Thank you. #stm32f4 #lwip #httpd