forked from nuttx/nuttx-update
net/tcp/tcp.h: Update a comment about readahead
This commit is contained in:
parent
08e9dff0e9
commit
52c237cb5f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue