mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Fixup new IPv4 fragmentation code - thanks to Zach Smith
This commit is contained in:
parent
801f26ee0c
commit
67895e7bdd
@ -785,7 +785,7 @@ ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest)
|
|||||||
p = p->next;
|
p = p->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
poff = newpbuflen;
|
poff += newpbuflen;
|
||||||
#endif /* LWIP_NETIF_TX_SINGLE_PBUF */
|
#endif /* LWIP_NETIF_TX_SINGLE_PBUF */
|
||||||
|
|
||||||
/* Correct header */
|
/* Correct header */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user