Skip to content

Commit

Permalink
Optimize kcp comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jun 4, 2019
1 parent e0b6c31 commit d652d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yasio/yasio.h
Expand Up @@ -46,7 +46,8 @@ SOFTWARE.
#include "yasio/xxsocket.h"

/*
** If you want use kcp, please uncomment and add kcp/ikcp.c to our compile system.
** If you want use kcp, please uncomment and add kcp/ikcp.c to your compile system.
** Remember, before thus, please ensure execute: `git submodule update --init --recursive` to clone kcp sources.
** pitfall: yasio kcp support is experimental currently.
*/
// #define YASIO_HAVE_KCP
Expand Down

0 comments on commit d652d18

Please sign in to comment.