提交 6ccfe9f3 编写于 作者: H hduffddybz

fix

上级 c1d0db70
......@@ -34,7 +34,7 @@ void udpecho_entry(void *parameter)
addr = netbuf_fromaddr(buf);
port = netbuf_fromport(buf);
/* send the data to buffer */
/* send the data to buffer */
netconn_connect(conn, addr, port);
/* reset address, and send to client */
......@@ -46,7 +46,7 @@ void udpecho_entry(void *parameter)
netconn_send(conn, buf);
/* release buffer */
/* release buffer */
netbuf_delete(buf);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册