mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:57:28 +03:00
parent
adfffc39a3
commit
3167dab0d5
2 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ Category: connection
|
|||
Example: --connect-to example.com:443:example.net:8443 $URL
|
||||
Multi: append
|
||||
---
|
||||
|
||||
For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead.
|
||||
This option is suitable to direct requests at a specific server, e.g. at a
|
||||
specific cluster node in a cluster of servers. This option is only used to
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Example: --tcp-fastopen $URL
|
|||
See-also: false-start
|
||||
Multi: boolean
|
||||
---
|
||||
|
||||
Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that
|
||||
allows data to get sent earlier over the connection (before the final
|
||||
handshake ACK) if the client and server have been connected previously.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue