1
0
Fork 0
forked from nuttx/nuttx-update

net/tcp/tcp.h: Update a comment about readahead

This commit is contained in:
YAMAMOTO Takashi 2021-06-30 14:27:20 +09:00 committed by Xiang Xiao
parent 08e9dff0e9
commit 52c237cb5f

View file

@ -205,7 +205,7 @@ struct tcp_conn_s
/* Read-ahead buffering.
*
* readahead - A singly linked list of type struct iob_qentry_s
* readahead - A singly linked list of type struct iob_s
* where the TCP/IP read-ahead data is retained.
*/