home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

system session timeout tcp syn-received

Sets the timeout for TCP connections that are in the “syn-received” state.

set system session timeout tcp syn-received timeout
delete system session timeout tcp syn-received
show system session timeout tcp syn-received

60 seconds

timeout
The amount of time, in seconds, a TCP connection waits in the “syn-received” state before timing out. The timeout ranges from 1 to 21474836.

Configuration mode


system {
   session {
      timeout {
         tcp {
            syn-received timeout {
            }       
         }   
      }  
   }
}

Use the set form of this command to set the timeout for TCP connections that are in the “syn-received” state.

Use the delete form of this command to restore the default timeout.

Use the show form of this command to display the current timeout.