mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Corrected comment
This commit is contained in:
parent
097e8c8eb4
commit
839befe68a
@ -259,7 +259,7 @@ PACK_STRUCT_END
|
||||
#define TCP_OVERSIZE_DBGCHECK 0
|
||||
#endif
|
||||
|
||||
/* This structure represents a TCP segment on the unsent and unacked queues */
|
||||
/* This structure represents a TCP segment on the unsent, unacked and ooseq queues */
|
||||
struct tcp_seg {
|
||||
struct tcp_seg *next; /* used when putting segements on a queue */
|
||||
struct pbuf *p; /* buffer containing data + TCP header */
|
||||
|
Loading…
x
Reference in New Issue
Block a user