mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-25 17:46:56 +08:00
IP_REASSEMBLY: Changed 'packet' to 'datagram' to match the names used in the RFCs
This commit is contained in:
@@ -55,7 +55,7 @@ struct ip_reassdata {
|
||||
struct ip_reassdata *next;
|
||||
struct pbuf *p;
|
||||
struct ip_hdr iphdr;
|
||||
u16_t packet_len;
|
||||
u16_t datagram_len;
|
||||
u8_t flags;
|
||||
u8_t timer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user