mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
Summary: - I received an issue report that multiwebcam in Spresense SDK 2.4.0 has a problem with the Chrome browser - Actually, the browser tries to establish 2 connections but the multiwebcam can handle only 1 connection. And if accept() for the second connection is delayed, the connection no longer exists in the gs2200m hardware - This commit fixes this issue by checking if the cid is valid or not. Impact: - gs2200m driver only Testing: - Tested with spresense:wifi_smp Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
|---|---|---|
| .. | ||
| bluetooth | ||
| ieee80211 | ||
| ieee802154 | ||
| lpwan | ||
| spirit | ||
| cc1101.c | ||
| gs2200m.c | ||
| ISM1_868MHzGFSK100kbps.c | ||
| ISM2_433MHzMSK500kbps.c | ||
| ISM2_905MHzGFSK250kbps.c | ||
| Kconfig | ||
| Make.defs | ||
| nrf24l01.c | ||
| nrf24l01.h | ||