kasjer opened a new pull request #2543:
URL: https://github.com/apache/mynewt-core/pull/2543


   Socket like api function lwip_recvfrom did not called
   lwip_recved which is needed to update TCP window.
   Without this change socket is able to receive only
   TCP_WND bytes which is by default 4380.
   
   Now tcp_recved() is called inside lwip_recvfrom() much
   like in other implementations.
   It would be slightly better to call it when mbuf is freed
   but that is not possible easily right now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to