Hi All,
i am referring to echo_server code of src/plugins/hs_apps/.
My requirement ,
1)my tcp server should listen to ipv4 and ipv6 simultaneously how it is 
achieved can any one please help me for e.g.
in the below code for ipv4 it uses the uri.

if ((rv = parse_uri (esm->server_uri, &args->sep_ext)))
{
return -1;
}

rv = vnet_listen (args);

Thanks in advance.
Nikhil
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19623): https://lists.fd.io/g/vpp-dev/message/19623
Mute This Topic: https://lists.fd.io/mt/83714532/21656
Mute #vnet:https://lists.fd.io/g/vpp-dev/mutehashtag/vnet
Mute #vpp:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to