Changeset 56409 in vbox
- Timestamp:
- Jun 14, 2015 12:10:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/core/ipv4/icmp.c
r50189 r56409 206 206 #if CHECKSUM_GEN_ICMP 207 207 /* adjust the checksum */ 208 if (iecho->chksum > =PP_HTONS(0xffffU - (ICMP_ECHO << 8))) {208 if (iecho->chksum > PP_HTONS(0xffffU - (ICMP_ECHO << 8))) { 209 209 iecho->chksum += PP_HTONS(ICMP_ECHO << 8) + 1; 210 210 } else {
Note:
See TracChangeset
for help on using the changeset viewer.