tcp: timestamp adjustment
[vpp.git] / src / vnet / sctp / sctp.api
index f2c48d6..fb22861 100644 (file)
@@ -34,3 +34,18 @@ autoreply define sctp_add_src_dst_connection {
     u8 dst_address[16];
  };
  
+autoreply define sctp_del_src_dst_connection {
+    u32 client_index;
+    u32 context;
+    u8 is_ipv6;
+    u32 vrf_id;
+    u8 src_address[16];
+    u8 dst_address[16];
+ };
+autoreply define sctp_config {
+    u32 client_index;
+    u32 context;
+    u8 never_delay_sack;
+    u8 never_bundle;
+ };
\ No newline at end of file