Packages

A TCP library for Gleam.

Current section

Files

Jump to
tcpea include tcpea@client@types_TcpeaOptions.hrl
Raw

include/tcpea@client@types_TcpeaOptions.hrl

-record(tcpea_options, {
host :: binary(),
port :: integer(),
timeout :: integer(),
ip_version :: tcpea@client@types:ip_version()
}).