Other Parts Discussed in Thread: CC3120, CC3100MOD, CC3100
Hello,
I am curious whether the default TCP recv. window size is identical for the CC3100MOD and the CC3120MOD? With almost identical software (just the driver for the CC3120 is different / other SDK) I get rather no retransmissions on the CC3100MOD but a lot of those on the CC3120MOD.
I am sending roughly 11 packets / second from CC device acting as TCP server and AP to my PC. Average length of those packets is 1100 bytes.
The retransmissions are always preceeded by a TCP package sent from CC3120 which is identified as [TCP previous segment not captured] in wireshark. After this there is always a burst of four TCP Dup Acks followed by several single Dup Acks until TCP fast retransmission is initiated.
Setting the windows size to 300 bytes seems to have an effect but is not producing the same behavior as on the CC3100. What could be the cause of this?
Thanks!