View Source Terminology

TermDefinition
serverlisten and accept quic connections from clients
clientinitiates quic connection
listenerErlang Process owns listening port
connectionQuic Connection
streamExchanging app data over a connection
owner'owner' is a process that receives quic events.
'connection owner' receive events of a connection
'stream owner' receive application data and events from a stream
'listener owner' receive events from listener
When owner is dead, related resources would be released
l_ctxlistener nif context
c_ctxconnection nif context
s_ctxstream nif context