Skip to content

Commit 0855bf3

Browse files
committed
update history
1 parent d05859b commit 0855bf3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
*.o
22
*.a
3-
./skynet
4-
./skynet.pid
3+
/skynet
4+
/skynet.pid
55
3rd/lua/lua
66
3rd/lua/luac
7-
./cservice
8-
./luaclib
7+
/cservice
8+
/luaclib
99
*.so
1010
*.dSYM

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Dev version
2+
-----------
3+
* Bugfix : invalid negative socket id
4+
* Add optional TCP_NODELAY support
5+
* Add worker thread weight
6+
17
v0.4.1 (2014-7-7)
28
-----------
39
* Add SERVICE_NAME in loader

examples/watchdog.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ function SOCKET.data(fd, msg)
3333
end
3434

3535
function CMD.start(conf)
36-
skynet.call(gate, "lua", "open" , conf)
3736
skynet.call(gate, "lua", "nodelay", true)
37+
skynet.call(gate, "lua", "open" , conf)
3838
end
3939

4040
skynet.start(function()

0 commit comments

Comments
 (0)