Browse Source

Merge pull request #399 from GangZhuo/master

fix the protocol document
pull/401/head
Max Lv 9 years ago
parent
commit
71100cf020
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