HACKERCHANNEL / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
182 stars 67 forks source link

POSIX DNS Lookup API #91

Open no4touchy opened 13 years ago

no4touchy commented 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);"