mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
02b08590a1
Summary: - This commit fixes to handle UDP connect() with bind() to a local port. Impact: - All UDP cases which use connect() with gs2200m - Need to update apps/wireless/gs2200m as well Testing: - Tested with spresense:wifi - Create a UDP socket and bind() to a local port. - Then connect() to remote address with port and send() Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>