mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
fix comment error
This commit is contained in:
@@ -16,7 +16,7 @@ struct socket_server;
|
||||
struct socket_message {
|
||||
int id;
|
||||
uintptr_t opaque;
|
||||
int ud; // for accept, ud is listen id ; for data, ud is size of data
|
||||
int ud; // for accept, ud is new connection id ; for data, ud is size of data
|
||||
char * data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user