diff options
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index a46d78583ae1..6c0098359ca6 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -451,7 +451,7 @@ tcp_fastopen - INTEGER | |||
451 | connect() to perform a TCP handshake automatically. | 451 | connect() to perform a TCP handshake automatically. |
452 | 452 | ||
453 | The values (bitmap) are | 453 | The values (bitmap) are |
454 | 1: Enables sending data in the opening SYN on the client. | 454 | 1: Enables sending data in the opening SYN on the client w/ MSG_FASTOPEN. |
455 | 2: Enables TCP Fast Open on the server side, i.e., allowing data in | 455 | 2: Enables TCP Fast Open on the server side, i.e., allowing data in |
456 | a SYN packet to be accepted and passed to the application before | 456 | a SYN packet to be accepted and passed to the application before |
457 | 3-way hand shake finishes. | 457 | 3-way hand shake finishes. |
@@ -464,7 +464,7 @@ tcp_fastopen - INTEGER | |||
464 | different ways of setting max_qlen without the TCP_FASTOPEN socket | 464 | different ways of setting max_qlen without the TCP_FASTOPEN socket |
465 | option. | 465 | option. |
466 | 466 | ||
467 | Default: 0 | 467 | Default: 1 |
468 | 468 | ||
469 | Note that the client & server side Fast Open flags (1 and 2 | 469 | Note that the client & server side Fast Open flags (1 and 2 |
470 | respectively) must be also enabled before the rest of flags can take | 470 | respectively) must be also enabled before the rest of flags can take |