From e8b709a3c4537c7e71c71575e4835fa761c08d46 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 20 Oct 2020 10:41:47 +0200 Subject: [HICN-648] Optionally reset RAAQM window in a per-session basis Signed-off-by: Mauro Sardara Change-Id: I6b431db78de2427251d6050dfaff38a741efd9bd --- libtransport/includes/hicn/transport/interfaces/socket_options_keys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libtransport/includes/hicn/transport/interfaces/socket_options_keys.h') diff --git a/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h b/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h index 0b7a79c3d..f50e919b4 100644 --- a/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h +++ b/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h @@ -66,6 +66,7 @@ typedef enum { MINIMUM_DROP_PROBABILITY = 205, PATH_ID = 206, RTT_STATS = 207, + PER_SESSION_CWINDOW_RESET = 208 } RaaqmTransportOptions; typedef enum { -- cgit 1.2.3-korg