readme

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

TXT
41
字号
		 spserver/gnutls README1.Introductionspserver/gnutls is a plugin for spserver, it enables spserver to support gnutls.2.BuildingBefore building spserver/gnutls, GNUTLS must been installed.You can donwload GNUTLS from its home page:	ftp://ftp.gnupg.org/gcrypt/Edit spserver/gnutls/Makefile to specify the path of GNUTLS:	GNUTLS_INCL = -I<path_to_gnutls_include>	GNUTLS_LIB  = -L<path_to_gnutls_library> -lgcrypt -lgpg-error \		-lgnutls -lgnutls-extra -lstdc++To build libspgnutls.so, type$ cd spserver/gnutls$ makeThis will build all the targets include examples. You can run theexample programs:bash-2.05a$ ./testechos testechos[28745]: Listen on port [1995]You can use the stelnet to visit:	gnutls-cli -p 1995 127.0.0.1Enjoy!				-- stephen liu <stephen.nil@gmail.com>

⌨️ 快捷键说明

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