FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_connect_uri_t Struct Reference

Connect to a given URI. More...

Data Fields

u32 client_index
 
u32 context
 
u8 uri [128]
 
u64 client_queue_address
 
u64 options [16]
 

Detailed Description

Connect to a given URI.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
accept_cookie- sender accept cookie, to identify this bind flavor
uri- a URI, e.g. "tcp4://0.0.0.0/0/80" "tcp6://::/0/80" [ipv6], etc.
options- socket options, fifo sizes, etc. passed by vpp to the server when redirecting connects
client_queue_address- binary API client queue address. Used by local server when connect was redirected.

Definition at line 108 of file session.api.

Field Documentation

u32 vl_api_connect_uri_t::client_index

Definition at line 109 of file session.api.

u64 vl_api_connect_uri_t::client_queue_address

Definition at line 112 of file session.api.

u32 vl_api_connect_uri_t::context

Definition at line 110 of file session.api.

u64 vl_api_connect_uri_t::options[16]

Definition at line 113 of file session.api.

u8 vl_api_connect_uri_t::uri[128]

Definition at line 111 of file session.api.


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