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
That seems like the biggest usability difficulty at the moment: The need to pass a struct sockaddr when there's no way to make one except by manually concatenating bitstrings/binaries.
I could do this myself but it would take a while, because I'm rather busy at the moment. Also I can't make it work cross-platform. Figured I'd put the issue up in case someone else wanted to take it, instead of leaving it to later and forgetting.
The text was updated successfully, but these errors were encountered:
That seems like the biggest usability difficulty at the moment: The need to pass a
struct sockaddr
when there's no way to make one except by manually concatenating bitstrings/binaries.I could do this myself but it would take a while, because I'm rather busy at the moment. Also I can't make it work cross-platform. Figured I'd put the issue up in case someone else wanted to take it, instead of leaving it to later and forgetting.
The text was updated successfully, but these errors were encountered: