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
There are some structures and functions that are missing as they are not part of BSD Sockets but are relatively uselfull. Is there any way these could be implemented in this sdk?
There are some structures and functions that are missing as they are not part of BSD Sockets but are relatively uselfull. Is there any way these could be implemented in this sdk?
Such as:
->"struct addrinfo"
->"void freeaddrinfo(struct addrinfo *ai);"
->"int getaddrinfo(const char _nodename, const char *servname, const struct addrinfo *hints, struct addrinfo *_res);"
The text was updated successfully, but these errors were encountered: