Skip to content

Commit

Permalink
docs: update quic_opts in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Nov 22, 2024
1 parent 3986220 commit b2a6ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ option() = {name, atom()} |
{tcp_opts, [gen_tcp:option()]} |
{ssl, boolean()} |
{ssl_opts, [ssl:tls_client_option()]} |
{quic_opts, {ConnOpts, StreamOpts}} |
{quic_opts, {quicer:conn_opts(), quicer:stream_opts()}} |
{ws_path, string()} |
{connect_timeout, pos_integer()} |
{bridge_mode, boolean()} |
Expand Down

0 comments on commit b2a6ed9

Please sign in to comment.