readme

来自「spserver 是一个实现了半同步/半异步(Half-Sync/Half-As」· 代码 · 共 47 行

TXT
47
字号
		 spserver/openssl README1.Introductionspserver/openssl is a plugin for spserver, it enables spserver to support ssl.2.BuildingBefore building spserver/openssl, OpenSSL must been installed.You can donwload OpenSSL from its home page:	http://www.openssl.org/Edit spserver/openssl/Makefile to specify the path of OpenSSL:	OPENSSL_INCL = -I<path_to_openssl_include>	OPENSSL_LIB  = -L<path_to_openssl_library> -lssl -lcryptoTo build libspopenssl.so, type$ cd spserver/openssl$ makeThis will build all the targets include examples. You can run theexample programs:$ ./testhttpstesthttps[12566]: Listen on port [8080]You can use the browser ( IE, Firefox, etc. ) to visit:	https://<the.ip.of.testhttps>:8008/bash-2.05a$ ./testechos testechos[28745]: Listen on port [1995]You can use the stelnet to visit:	./stelnet 127.0.0.1 1995Enjoy!				-- stephen liu <stephen.nil@gmail.com>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?