mirror of
https://github.com/curl/curl.git
synced 2026-08-06 19:06:14 +03:00
libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP
Also, CURLOPT_TCP_FASTOPEN is for TCP only. Closes #14852
This commit is contained in:
parent
a3bd1dda12
commit
28ca199d89
4 changed files with 14 additions and 8 deletions
|
|
@ -178,6 +178,7 @@ my %knownprotos = (
|
|||
'WSS' => 1,
|
||||
'TLS' => 1,
|
||||
'TCP' => 1,
|
||||
'QUIC' => 1,
|
||||
'All' => 1
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue