TCP Spurious Retransmission when both BT and WIFI are enabled
Posted: Wed Nov 28, 2018 6:15 am
Hi,
I test with master tree (v3.3-dev-270-g6f8e2b018).
When BT and Wifi are both enabled, it's easy to observe "TCP Spurious Retransmission" issue.
In my case, I only use BLE by calling esp_ble_gap_start_scanning().
The scan_interval=0x50 and scan_widow=0x30 in my setting.
If I comment out the esp_ble_gap_start_scanning() call, I don't observe the issue.
So I guess this might be related to BT+WiFi co-exist issue?
I test with master tree (v3.3-dev-270-g6f8e2b018).
When BT and Wifi are both enabled, it's easy to observe "TCP Spurious Retransmission" issue.
In my case, I only use BLE by calling esp_ble_gap_start_scanning().
The scan_interval=0x50 and scan_widow=0x30 in my setting.
If I comment out the esp_ble_gap_start_scanning() call, I don't observe the issue.
So I guess this might be related to BT+WiFi co-exist issue?