The number of idle streams kept in |streams| hash. The idle streams can be accessed through doubly linked list |idle_stream_head|. Notes: The current implementation only keeps idle streams if session is initialized as server.
See Implementation
The number of idle streams kept in |streams| hash. The idle streams can be accessed through doubly linked list |idle_stream_head|. Notes: The current implementation only keeps idle streams if session is initialized as server.