Tool/software: Code Composer Studio
Hi,
Trying to implement TCP/IP using hercules board with lwip demo project. Following procedure which is in lwip.pdf doc for processing tcp.
According to the program flow after calling tcp_write() it should lead to tcp_enqueue(), but we were not able to find tcp_enqueue() instead of that tcp_enqueue_flags() is available.
Due to this were unable to move forward.
Kindly help with this issue.
Thanks in advance.