|
I think i found the reason .This was happening
because TCP_SND_QUEUELEN was calculated as zero if i define TCP_MSS more than
1024
I think this can be avoided if TCP_SND_BUF
definition is linked with TCP_MSS like this
#define
TCP_SND_BUF
(TCP_MSS<<1)
Please comment
-- This message has been scanned for viruses and dangerous content by Streaming Networks, and is believed to be clean. |
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
