From 5655bf52e71df80dc38bc2a0b1cf9ceea4556095 Mon Sep 17 00:00:00 2001 From: KH Shi Date: Fri, 24 Mar 2023 11:14:29 +0800 Subject: [PATCH] Remove TODO comment that was already done The TODO is used to track to dynamically pass down the TTL from the upstream interface. Remove it as it was already done in IpServer. Test: No code changes Change-Id: Idb12f82023315661f1bf4c767b9b7744a151e821 --- Tethering/src/android/net/ip/RouterAdvertisementDaemon.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tethering/src/android/net/ip/RouterAdvertisementDaemon.java b/Tethering/src/android/net/ip/RouterAdvertisementDaemon.java index 775c36f8f3..18c2171592 100644 --- a/Tethering/src/android/net/ip/RouterAdvertisementDaemon.java +++ b/Tethering/src/android/net/ip/RouterAdvertisementDaemon.java @@ -129,9 +129,6 @@ public class RouterAdvertisementDaemon { // Tethered traffic will have the hop limit properly decremented. // Consequently, set the hoplimit greater by one than the upstream // unicast hop limit. - // - // TODO: Dynamically pass down the IPV6_UNICAST_HOPS value from the - // upstream interface for more correct behaviour. static final byte DEFAULT_HOPLIMIT = 65; public boolean hasDefaultRoute;