1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 12:14:26 +01:00

UDP checksum is now calculated always inside write_serialization.

This commit is contained in:
Matias Fontanini
2013-04-12 13:42:11 -03:00
parent f4522acd44
commit 30d6a4f2e0
3 changed files with 17 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ public:
};
const uint8_t IPTest::expected_packet[] = {
40, 127, 0, 32, 0, 122, 0, 67, 21, 1, 251, 103, 84, 52, 254, 5, 192,
40, 127, 0, 32, 0, 122, 0, 67, 21, 1, 0, 0, 84, 52, 254, 5, 192,
168, 9, 43, 130, 11, 116, 106, 103, 171, 119, 171, 104, 101, 108, 0
};