Browse Source

fix the protocol document

pull/399/head
Gang Zhuo 9 years ago
parent
commit
50b503803c
1 changed files with 1 additions and 1 deletions
  1. 2
      src/server.c

2
src/server.c

@ -544,7 +544,7 @@ static void server_recv_cb(EV_P_ ev_io *w, int revents)
* +------+-------+------+-------+------+
* | DATA | CRC16 | DATA | CRC16 | ...
* +------+-------+------+-------+------+
* | 128 | 1 | 128 | 1 | ...
* | 128 | 2 | 128 | 2 | ...
* +------+-------+------+-------+------+
*/

Loading…
Cancel
Save