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 was archived by the owner on Nov 25, 2025. It is now read-only.
udp.wit has start-connect/end-connect, however the send function takes a list<datagram> and datagram has a remote-address field, so it appears to always correspond to POSIX sendto. There doesn't appear to be a way to do a send without specifying a remote address, to use the address set up by a connect.
udp.wit has
start-connect/end-connect, however thesendfunction takes alist<datagram>anddatagramhas aremote-addressfield, so it appears to always correspond to POSIXsendto. There doesn't appear to be a way to do asendwithout specifying a remote address, to use the address set up by a connect.