mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
update history
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,10 +1,10 @@
|
|||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
./skynet
|
/skynet
|
||||||
./skynet.pid
|
/skynet.pid
|
||||||
3rd/lua/lua
|
3rd/lua/lua
|
||||||
3rd/lua/luac
|
3rd/lua/luac
|
||||||
./cservice
|
/cservice
|
||||||
./luaclib
|
/luaclib
|
||||||
*.so
|
*.so
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
|||||||
@@ -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)
|
v0.4.1 (2014-7-7)
|
||||||
-----------
|
-----------
|
||||||
* Add SERVICE_NAME in loader
|
* Add SERVICE_NAME in loader
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ function SOCKET.data(fd, msg)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function CMD.start(conf)
|
function CMD.start(conf)
|
||||||
skynet.call(gate, "lua", "open" , conf)
|
|
||||||
skynet.call(gate, "lua", "nodelay", true)
|
skynet.call(gate, "lua", "nodelay", true)
|
||||||
|
skynet.call(gate, "lua", "open" , conf)
|
||||||
end
|
end
|
||||||
|
|
||||||
skynet.start(function()
|
skynet.start(function()
|
||||||
|
|||||||
Reference in New Issue
Block a user