mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
2bc2ae4372
Single udp socket Only create one socket for sending and receiving, instead of two where you use one only to send and the other only to receive. There should be no reason/need to create two separate ones... Also add udp_socket.[ch] to make it easier to use only the UDP sockets without the UART like mcu_periph/udp interface around it. Provides the functions: - udp_socket_create - udp_socket_send - udp_socket_recv - udp_socket_recv_dontwait