#!/bin/sh # # Written by Dridi Boukelmoune # # This file is in the public domain. # # 4.3. Entry Eviction When Dynamic Table Size Changes # # Whenever the maximum size for the dynamic table is reduced, entries # are evicted from the end of the dynamic table until the size of the # dynamic table is less than or equal to the maximum size. . "$(dirname "$0")"/common.sh _ -------------------------------------- _ Downsizing the dynamic table may evict _ -------------------------------------- mk_hex <