mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
0258968abd
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>