开发者

Sockets in windows vs linux

开发者 https://www.devze.com 2023-01-13 00:57 出处:网络
Are there differences in how Windows and Linux i开发者_高级运维mplements sockets? Is this a os concert or rather one entirely dependant on programming platform?Presumably their implementations are ver

Are there differences in how Windows and Linux i开发者_高级运维mplements sockets? Is this a os concert or rather one entirely dependant on programming platform?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消