Is the (UDP) Socket API Thread-Safe?

Hi,

is it safe to call sock_udp_send... from multiple concurrent contexts/threads?

For the base sock_udp_send() at least, it should be.