ANDROID: Remove additional TCP congestion configs from microdroid

These features aren't needed in microdroid so remove them.

Bug: 434256355
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:c4165adf75728678ae0504a73e76e73ef03c651a)
Merged-In: I1d2d50cdb59b88189ce113c18304fce265f34525
Change-Id: I1d2d50cdb59b88189ce113c18304fce265f34525
This commit is contained in:
Isaac J. Manjarres
2025-07-29 01:35:34 +00:00
committed by Android Build Cherrypicker Worker
parent e79536388f
commit a650639dac
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -66,6 +66,11 @@ CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_IPV6 is not set
CONFIG_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS=y
+5
View File
@@ -69,6 +69,11 @@ CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_IPV6 is not set
CONFIG_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS=y