We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd56481 commit 694cea2Copy full SHA for 694cea2
network.tex
@@ -413,7 +413,7 @@
413
running on the same host, the \uv{\texttt{Host:}} HTTP header is used.
414
Similarly, the TLS protocol uses the \texttt{ServerName} extension.
415
\item The fact that the system starts listening on a port means that a TCP
416
-handshake is performed and data is being accepted. The data is stored
+handshake can be performed and data is being accepted. The data is stored
417
in a fixed length buffer and after it is filled out, the connection is still
418
active but the TCP window is set to 0 which means the system stopped accepting
419
further data. The buffer size is usually a few tens of kilobytes.
0 commit comments