Are there differences in how Windows and Linux implements sockets? Is this a os concert or rather one entirely dependant on programming platform?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Presumably their implementations are very different (Though it’s hard to tell, as the windows source code isn’t available.).
Both provides a rather similar API for programmers to use, based on the BSD socket api , and the socket API for various programming languages are a wrapper around that native C API.