mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-04 20:37:26 +00: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…
Reference in New Issue
Block a user