Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_plane_huge_TransportProfile.hrl
Raw

include/lightspeed@data_plane_huge_TransportProfile.hrl

-record(transport_profile, {
name :: binary(),
encoding :: binary(),
max_frame_bytes :: integer(),
window_chunk_size :: integer(),
compact_mode :: binary()
}).