Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

tcp-fast-open

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
tcp-fast-open  {
    disabled;
    drop;
}

Hierarchy Level

content_copy zoom_out_map
[edit services service-set service-set-name service-set-options]

Description

Specify how TCP Fast Open (TFO) enabled packets are to be handled.

Default

By default, all TFO packets are forwarded by the service PIC.

Options

disabled

Any TCP packet with the TFO option present has the TFO option stripped from the TCP header of the packet, and the rest of the packet is forwarded as is. The benefit of stripping the header over dropping the packet is that the client does not have to wait for the retransmission timer to go off and then retransmit the SYN packet without the TFO option.

drop

Any TCP packet with the TFO option present is dropped.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 17.2.

footer-navigation