SCTP: API to configure some tunables
[vpp.git] / src / vnet / sctp / sctp.api
index 6253c95..fb22861 100644 (file)
@@ -41,4 +41,11 @@ autoreply define sctp_del_src_dst_connection {
     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