FD.io VPP  v19.08-27-gf4dcae4
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 463 of file cli.c.

Field Documentation

uword unix_cli_new_session_t::cf_index

Session index of the new session.

Definition at line 465 of file cli.c.

f64 unix_cli_new_session_t::deadline

Deadline after which the new session must have a prompt.

Definition at line 466 of file cli.c.


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