You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
When binding an STM32 DatagramSocket to the port 0, FreeRTOS assigns an available port number from the private range (see FreeRTOS API Reference). However, the assigned port is not returned from SocketBind() in sdk/src/freertos/stm32f746g-discovery/socket.cc and DatagramSocket.port stays 0.
The text was updated successfully, but these errors were encountered:
When binding an STM32
DatagramSocket
to the port 0, FreeRTOS assigns an available port number from the private range (see FreeRTOS API Reference). However, the assigned port is not returned fromSocketBind()
insdk/src/freertos/stm32f746g-discovery/socket.cc
andDatagramSocket.port
stays 0.The text was updated successfully, but these errors were encountered: