?? readme
字號:
spnetkit README1.Introductionspnetkit is a C++ wrapper for BSD-style sockets. It implements theTCP, UDP, SSL transport layer protocols. Implemented application layerprotocols are HTTP client, SMTP client, POP3 client. Features includeinifile reader, base64 codec.The spnetkit code was developed under Linux, but has also been testedunder Solaris.You can get the code from the spnetkit home page: http://code.google.com/p/spnetkit/2.BuildingTo build libspnetkit.so, type$ cd spnetkit$ makeThis will build all the targets include examples. Before building libspnetkit_s.so, OpenSSL must been installed.Edit spnetkit/Makefile to specify the path of openssl: OPENSSL_INCL = -I<path_to_openssl_include> OPENSSL_LIB = -L<path_to_openssl_library> -lssl -lcrypto$ make sslReports of successful use of spnetkit are appreciated.Enjoy! -- stephen liu <stephen.nil@gmail.com>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -