Current section

Files

Jump to
toss include toss_Datagram.hrl
Raw

include/toss_Datagram.hrl

-record(datagram, {
socket :: toss:socket(),
host :: {ok, glip:ip_address()} | {error, nil},
peer_port :: integer(),
data :: bitstring()
}).