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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user