mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 10:54:48 +08:00
NET: in-progress change... don't use
This commit is contained in:
@@ -324,7 +324,7 @@ found:
|
||||
* len) and the length of the IP header (20 bytes).
|
||||
*/
|
||||
|
||||
dev->d_len -= (len + UIP_IPH_LEN);
|
||||
dev->d_len -= (len + IPHDR_LEN);
|
||||
|
||||
/* First, check if the sequence number of the incoming packet is
|
||||
* what we're expecting next. If not, we send out an ACK with the
|
||||
|
||||
Reference in New Issue
Block a user