Skip to content

Commit

Permalink
Update xkcp_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 21, 2017
1 parent 6e3107d commit a235091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkcp_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void xkcp_tcp_read_cb(struct bufferevent *bev, ikcpcb *kcp)
static void dump_task(struct xkcp_task *task, struct bufferevent *bev, int index) {
struct evbuffer *output = bufferevent_get_output(bev);
evbuffer_add_printf(output,
"[%d]\t client [%d]\t conv [%d]:\n --->state [%d] nrcv_buf [%d]"
"[%d]\t connection [%d]\t conv [%d]:\n --->state [%d] nrcv_buf [%d]"
"nsnd_buf [%d] nrcv_que [%d] nsnd_que [%d] rcv_nxt [%d] probe [%d]"
"peek data [%d] stream [%d]\n",
index, bufferevent_getfd(task->bev), task->kcp->conv, task->kcp->state,
Expand Down

0 comments on commit a235091

Please sign in to comment.