Skip to content

Commit

Permalink
fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
fztcjjl committed Jan 4, 2016
1 parent fca4d67 commit 645ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skynet-src/socket_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 645ce72

Please sign in to comment.