Undoubtedly socket BIO is a splendid socket interface implemented in C language, to some extent it have Object Oriented Programming thinking in C language, and provides more OS compatibility.
Well, how to say, in my opinion it have some private feature.
1, The BIO socket is introduced for the SSL protocol, so it encapsulates all the TCP functions, doesn’t support UDP protocol.
2, The OPEN SSL stems form Linux, don’t have a Message based architecture, so it mainly base on blocking functions.
3, the status mechanism can be used in other status transfer situation.
4, it mainly provide lower level interface for SSL.

本文介绍了BIO Socket作为C语言实现的一种优秀接口,其具备面向对象编程的思想,并提供了良好的操作系统兼容性。BIO Socket主要用于SSL协议,封装了TCP功能但不支持UDP。它源于Linux,主要基于阻塞式操作而非消息传递机制。
1万+

被折叠的 条评论
为什么被折叠?



