Hello,
The FTP response actually ends up is send call on TCP socket, so those are
actually equivalent.
The problem is not ACK related, but more about that almost all TCP packet
(up to 65K in theory, but less on practice) can be buffered in readhead IOB
chain with all ACKs in place and waiting for
Hi Petro,
> ... At
> some point of time the system runs out of IOBs (actually I have
> CONFIG_IOB_THROTTLE=8, so 8 IOB buffers are still available) and the
device
> wants to send the FTP response message.
Do you refer to an actual FTP response here, or to a TCP level response?
Is the problem caus