- Timestamp:
- Jul 16, 2015 11:30:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r56292 r56960 194 194 195 195 ip->ip_ttl--; 196 if (ip->ip_sum > RT_H2N_U16_C(0xffffU - (1 << 8))) 197 ip->ip_sum += RT_H2N_U16_C(1 << 8) + 1; 198 else 199 ip->ip_sum += RT_H2N_U16_C(1 << 8); 196 200 197 201 /*
Note:
See TracChangeset
for help on using the changeset viewer.