Yecheng Fu 6319225b7a BUG: expand buffer 后所取的 slot 不正确,与下次要取的 slot 是同一个 slot。
FIX: 先 expand,再获取 slot 并移动 tail。
2013-01-04 18:10:01 +08:00
2012-08-10 10:46:50 +08:00
2012-11-27 23:56:21 +08:00
2012-09-11 19:54:12 +08:00
2012-09-12 12:02:33 +08:00
2012-11-08 14:57:51 +08:00
2012-11-27 20:13:52 +08:00
2012-11-08 14:57:51 +08:00
2012-10-11 19:25:13 +08:00
2012-08-30 23:31:33 +08:00
2012-12-13 23:27:26 -08:00
2012-11-27 20:07:50 +08:00
2012-09-04 10:38:07 +08:00
2012-08-30 23:31:33 +08:00

Build

Install lua 5.2 first.

make

Test

Run these in different console

./skynet config		# Launch first skynet node  (Gate server) and a skynet-master (see config for standalone option)
./skynet config_log	# Launch second skynet node (Global logger server)
./client 127.0.0.1 8888	# Launch a client, and try to input some words.

Blog (in Chinese)

Description
No description provided
Readme MIT 69 MiB
Languages
C 73.2%
Lua 23.5%
HTML 2.4%
Makefile 0.9%