I am using an stm32h23zg, FreeRTOS plus TCP stack to create a TCP client.I checked, I can bind the socket to many values (tried 1, 52 and 1000, all 3 worked) but I couldn't find any recommendation on which port to use.On computers it is usually recom...