From 2c6fd577dcd50192cb541658a658aebd7b395685 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Fri, 12 Jul 2024 15:27:26 -0700 Subject: [PATCH] Mark the network interface API experimental (#475) --- include/aws/http/connection_manager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aws/http/connection_manager.h b/include/aws/http/connection_manager.h index c33ebbd9..2362914f 100644 --- a/include/aws/http/connection_manager.h +++ b/include/aws/http/connection_manager.h @@ -126,6 +126,7 @@ struct aws_http_connection_manager_options { uint64_t max_connection_idle_in_milliseconds; /** + * THIS IS AN EXPERIMENTAL AND UNSTABLE API * (Optional) * An array of network interface names. The manager will distribute the * connections across network interface names provided in this array. If any interface name is invalid, goes down,