1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Use first IP fragment as base for reassembly

Fixes #225 for good
This commit is contained in:
Matias Fontanini
2017-12-03 13:50:02 -08:00
parent e16fe46d7a
commit a3dd057147
3 changed files with 20 additions and 16 deletions

View File

@@ -86,7 +86,6 @@ private:
size_t total_size_;
IP first_fragment_;
bool received_end_;
uint8_t transport_proto_;
};
} // namespace Internals