Tagged Questions
5
votes
2answers
2k views
Difference between winsock and linux sockets
I'm developing an FTP-like program to download a large number of small files onto an Xbox 360 devkit (which uses Winsock), and porting it to Playstation3 (also a devkit, and uses linux AFAIK). The ...