| 399 | } |
| 400 | |
| 401 | bool |
| 402 | XpackDynamicTable::should_duplicate(uint32_t /* index ATS_UNUSED */) |
| 403 | { |
| 404 | // TODO: Check whether a specified entry should be duplicated |
| 405 | // Just return false for now |
| 406 | return false; |
| 407 | } |
| 408 | |
| 409 | bool |
| 410 | XpackDynamicTable::update_maximum_size(uint32_t new_max_size) |