session: Use parent_handle instead of transport_opts
[vpp.git] / src / vnet / session / session.api
index 53d05df..533f65e 100644 (file)
@@ -250,7 +250,7 @@ autoreply define unbind_sock {
     @param hostname-len - length of hostname
     @param hostname - destination's hostname. If present, used by protocols
                                          like tls.
-    @param transport_opts - transport option (e.g. session id for quic).
+    @param parent_handle - handle of parent session (e.g. for opening quic streams).
 */
 autoreply define connect_sock {
   u32 client_index;
@@ -265,7 +265,7 @@ autoreply define connect_sock {
   u8 proto;
   u8 hostname_len;
   u8 hostname[hostname_len];
-  u64 transport_opts;
+  u64 parent_handle;
 };
 
 /** \brief ask app to add a new cut-through registration