mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
update history
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,10 +1,10 @@
|
||||
*.o
|
||||
*.a
|
||||
./skynet
|
||||
./skynet.pid
|
||||
/skynet
|
||||
/skynet.pid
|
||||
3rd/lua/lua
|
||||
3rd/lua/luac
|
||||
./cservice
|
||||
./luaclib
|
||||
/cservice
|
||||
/luaclib
|
||||
*.so
|
||||
*.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)
|
||||
-----------
|
||||
* Add SERVICE_NAME in loader
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user