commit | a1f16d02451f5c8fafbf01bc87bd930338cf3830 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 11 11:48:27 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 11 11:48:27 2023 +0000 |
tree | 5df464b5fab567d0ee1986f6a05f0731fe0c70b9 | |
parent | 2f240ff0b79f4e6e0426878a2b1188874b9687ea [diff] | |
parent | 80c797a9457185243b200901edfb942f4cd9ea7a [diff] |
Merge "Define DNS-over-TLS port in static lib"
diff --git a/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java b/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java index ba0cab8..6a6f5e1 100644 --- a/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java +++ b/staticlibs/framework/com/android/net/module/util/NetworkStackConstants.java
@@ -229,6 +229,14 @@ public static final int DHCP6_OPTION_IAPREFIX = 26; /** + * DNS constants. + * + * See also: + * - https://datatracker.ietf.org/doc/html/rfc7858#section-3.1 + */ + public static final short DNS_OVER_TLS_PORT = 853; + + /** * IEEE802.11 standard constants. * * See also: