TCP Windows Full 해결 API

현재 w6100 칩셋을 사용하고 있습니다.

send를 여러번 하는 로직이 존재합니다.

TCP Window Full 이 발생합니다.

TCP Window Full을 해결할 API가 있을까요?

This is a TCP system message to the TCP sender that the receiving side has no space to receive more data. Receiver must free space within its buffer in order to receiver more data. The recv() call is usually used to get data from the receive buffer, and it also frees the receiving buffer for further communication with the sender.