From 0855bf30d998311781504e8eb5042794f4475642 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Wed, 9 Jul 2014 14:33:53 +0800 Subject: [PATCH] update history --- .gitignore | 8 ++++---- HISTORY.md | 6 ++++++ examples/watchdog.lua | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9ee6cde3..f40078bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ *.o *.a -./skynet -./skynet.pid +/skynet +/skynet.pid 3rd/lua/lua 3rd/lua/luac -./cservice -./luaclib +/cservice +/luaclib *.so *.dSYM diff --git a/HISTORY.md b/HISTORY.md index 0ca75332..076fe91d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +Dev version +----------- +* Bugfix : invalid negative socket id +* Add optional TCP_NODELAY support +* Add worker thread weight + v0.4.1 (2014-7-7) ----------- * Add SERVICE_NAME in loader diff --git a/examples/watchdog.lua b/examples/watchdog.lua index 41b1eb09..e28ab9fb 100644 --- a/examples/watchdog.lua +++ b/examples/watchdog.lua @@ -33,8 +33,8 @@ function SOCKET.data(fd, msg) end function CMD.start(conf) - skynet.call(gate, "lua", "open" , conf) skynet.call(gate, "lua", "nodelay", true) + skynet.call(gate, "lua", "open" , conf) end skynet.start(function()