add skynet.time()

This commit is contained in:
Cloud Wu
2014-06-25 11:15:28 +08:00
parent b1d6f7fd88
commit 36cab8e060
3 changed files with 27 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ Dev version
* socket.listen support put port into address. (address:port)
* Redesign harbor/master/dummy, remove lots of C code and rewite in lua.
* Remove block connect api, queue sending message during connecting now.
* Add skynet.time()
v0.3.2 (2014-6-23)
----------