View Source quicer_server_conn_callback (quicer v0.0.303)

Summary

Types

-type conf_handle() :: reference().
-type connection_handle() :: reference().
-type global_handle() :: quic_global.
-type listener_handle() :: reference().
-type reg_handle() :: reference().
-type stream_handle() :: reference().

Functions

Link to this function

connected(Conn, Flags, S)

View Source
Link to this function

local_address_changed(C, NewAddr, S)

View Source
Link to this function

new_stream(Stream, StreamProps, CBState)

View Source
Link to this function

nst_received(Conn, Data, S)

View Source
Link to this function

peer_address_changed(C, NewAddr, S)

View Source
Link to this function

peer_needs_streams(C, UnidiOrBidi, S)

View Source
May integrate with App flow control
Link to this function

shutdown(Conn, ErrorCode, S)

View Source
Link to this function

streams_available(C, _, S)

View Source
Link to this function

transport_shutdown(C, DownInfo, S)

View Source