chore(quic): fix format
This commit is contained in:
parent
b4a9d663ae
commit
d1978aaaf2
|
@ -56,8 +56,8 @@ setopts(_Socket, _Opts) ->
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
getopts(_Socket, _Opts) ->
|
getopts(_Socket, _Opts) ->
|
||||||
%% todo
|
%% @todo
|
||||||
{ ok, [{high_watermark, 0},
|
{ok, [{high_watermark, 0},
|
||||||
{high_msgq_watermark, 0},
|
{high_msgq_watermark, 0},
|
||||||
{sndbuf, 0},
|
{sndbuf, 0},
|
||||||
{recbuf, 0},
|
{recbuf, 0},
|
||||||
|
|
Loading…
Reference in New Issue