fix(config): start quic connection with zone and listener names
This commit is contained in:
parent
b123299c70
commit
a0bddfc834
|
@ -97,6 +97,8 @@ do_start_listener(ZoneName, ListenerName, #{type := quic, bind := ListenOn} = Op
|
||||||
ConnectionOpts = #{conn_callback => emqx_quic_connection
|
ConnectionOpts = #{conn_callback => emqx_quic_connection
|
||||||
, peer_unidi_stream_count => 1
|
, peer_unidi_stream_count => 1
|
||||||
, peer_bidi_stream_count => 10
|
, peer_bidi_stream_count => 10
|
||||||
|
, zone => ZoneName
|
||||||
|
, listener => ListenerName
|
||||||
},
|
},
|
||||||
StreamOpts = [],
|
StreamOpts = [],
|
||||||
quicer:start_listener(listener_id(ZoneName, ListenerName),
|
quicer:start_listener(listener_id(ZoneName, ListenerName),
|
||||||
|
|
Loading…
Reference in New Issue