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
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.
The text was updated successfully, but these errors were encountered:
sunfishcode
changed the title
Missing functionality: connect and send on UDP
[UDP] Missing functionality: connect and send on UDP
Aug 17, 2023
udp.wit has
start-connect
/end-connect
, however thesend
function takes alist<datagram>
anddatagram
has aremote-address
field, so it appears to always correspond to POSIXsendto
. There doesn't appear to be a way to do asend
without specifying a remote address, to use the address set up by a connect.The text was updated successfully, but these errors were encountered: