Module Dream_h2.SettingsSource
Sourcetype setting = | EnablePush of int| MaxConcurrentStreams of int32| InitialWindowSize of int32| MaxFrameSize of int
Sourceval octets_per_setting : int Sourcetype t = {enable_push : bool;max_concurrent_streams : int32;initial_window_size : WindowSize.t;max_frame_size : int;
}