Open no4touchy opened 13 years ago
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);"
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);"