Skip to content

Commit

Permalink
usingcurl/connections/README.md: rephrase without being TCP specific
Browse files Browse the repository at this point in the history
Since curl can also use UDP and QUIC.
  • Loading branch information
bagder committed Jun 14, 2024
1 parent 873ba47 commit e776ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usingcurl/connections/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Connections

Most of the protocols you use with curl speak TCP. With TCP, a client such as
curl must first figure out the IP address(es) of the host you want to
Most of the URLs you use with curl have a hostname and involve communication
over IP. curl must first figure out the IP address(es) of the host you want to
communicate with, then connect to it. "Connecting to it" means performing a
TCP protocol handshake.
protocol handshake.

For ordinary command line usage, operating on a URL, these are details which
are taken care of under the hood, and which you can mostly ignore. But at times
Expand Down

0 comments on commit e776ee4

Please sign in to comment.