const MAX_HANDLE_QUEUE_SIZE: usize = 64;Expand description
Maximum number of handles that can be queued for transfer This prevents unbounded memory growth from DoS attacks
const MAX_HANDLE_QUEUE_SIZE: usize = 64;Maximum number of handles that can be queued for transfer This prevents unbounded memory growth from DoS attacks