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

Optimized TCP, IP and PDUOption<>.

This commit is contained in:
Matias Fontanini
2013-03-23 13:44:33 -03:00
parent 16a99ef35b
commit 584fe81f04
4 changed files with 11 additions and 12 deletions

View File

@@ -443,8 +443,8 @@ namespace Tins {
uint8_t *write_option(const tcp_option &opt, uint8_t *buffer);
tcphdr _tcp;
uint16_t _options_size, _total_options_size;
options_type _options;
uint32_t _options_size, _total_options_size;
};
}