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