FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
unix_cli_new_session_t Struct Reference

Each new session is stored on a list with a deadline after which a prompt is issued, in case the session TELNET negotiation fails to complete. More...

Data Fields

uword cf_index
 Session index of the new session. More...
 
f64 deadline
 Deadline after which the new session must have a prompt. More...
 

Detailed Description

Each new session is stored on a list with a deadline after which a prompt is issued, in case the session TELNET negotiation fails to complete.

Definition at line 465 of file cli.c.

Field Documentation

◆ cf_index

uword unix_cli_new_session_t::cf_index

Session index of the new session.

Definition at line 467 of file cli.c.

◆ deadline

f64 unix_cli_new_session_t::deadline

Deadline after which the new session must have a prompt.

Definition at line 468 of file cli.c.


The documentation for this struct was generated from the following file: