Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sockets in windows vs linux

Are there differences in how Windows and Linux implements sockets? Is this a os concert or rather one entirely dependant on programming platform?

like image 991
mgamer Avatar asked Mar 20 '26 10:03

mgamer


1 Answers

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.

like image 176
nos Avatar answered Mar 23 '26 19:03

nos



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!