mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-20 07:06:53 +08:00
tcp_in: typo fix. Fixes bug #4458944589.
This commit is contained in:
@@ -930,7 +930,7 @@ tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next)
|
||||
|
||||
/**
|
||||
* Called by tcp_process. Checks if the given segment is an ACK for outstanding
|
||||
* data, and if so frees the memory of the buffered data. Next, is places the
|
||||
* data, and if so frees the memory of the buffered data. Next, it places the
|
||||
* segment on any of the receive queues (pcb->recved or pcb->ooseq). If the segment
|
||||
* is buffered, the pbuf is referenced by pbuf_ref so that it will not be freed until
|
||||
* it has been removed from the buffer.
|
||||
|
||||
Reference in New Issue
Block a user