Skip to content
Snippets Groups Projects
  1. Dec 22, 2023
    • Yang Sun's avatar
      Add mf6cctl struct definition. · 15d4e023
      Yang Sun authored
      This is used to configure multicast routes.
      
      Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.structs.StructMf6cctlTest
      Change-Id: I57b36e6678262f48781b70ab77d49b920c7ddca2
      15d4e023
    • Yang Sun's avatar
      Add Mrt6Msg struct for multicast routing support. · 50b4fd79
      Yang Sun authored
      Test: atest NetworkStaticLibTests:com.android.net.moduletests.util.structs.StructMrt6MsgTest
      Change-Id: I71367761662117aa6c0af3153039e50266d79259
      50b4fd79
  2. Dec 21, 2023
  3. Dec 20, 2023
  4. Dec 19, 2023
  5. Dec 18, 2023
    • Motomu Utsumi's avatar
      Merge "Remove TrunkStable.bp" into main · 44049a39
      Motomu Utsumi authored
      44049a39
    • Kangping Dong's avatar
      Merge changes from topic "mdns-subtypes" into main · 19d05551
      Kangping Dong authored
      * changes:
        [mdns] add service-side impl for subtypes advertising
        [mdns] add support for advertising subtypes
      19d05551
    • Junyu Lai's avatar
      Remove sdk level check when calling getDataSaverEnabled · 8df4b700
      Junyu Lai authored
      Follow-up from aosp/2856948, the data saver status value is
      filled by ConnectivityService before Android V. Thus, calling
      BpfNetMapsReader#getDataSaverEnabled() is a legit use case, which
      should not trigger log.wtf.
      
      Remove the check accordingly.
      
      Test: TH
      Bug: 314858283
      Fix: 316839561
      Change-Id: I90c85ab98fbefd1f99ec799a4eec8d1d0cfd47b0
      8df4b700
    • Kangping Dong's avatar
      [mdns] add service-side impl for subtypes advertising · 5af24b65
      Kangping Dong authored
      This is the servide-side impl of the subtypes advertising added in
      aosp/2608627. See that CL for more backgrounds.
      
      Bug: 265095929
      Test: atest CtsNetTestCases FrameworksNetTests
      Change-Id: I3d6f96822ac89d12fe29c00f688d848297c25787
      5af24b65
    • Kangping Dong's avatar
      [mdns] add support for advertising subtypes · 6d618d77
      Kangping Dong authored
      This commit adds support of advertising and discovering services
      with subtypes.
      
      With this change, client can publish a new service with subtypes with
      code:
      ```
      NsdServiceInfo info = new NsdServiceInfo();
      info.setServiceName("My Service");
      info.setServiceType("_meshcop._udp");
      info.setSubtypes(Set.of("_abc"));
      
      nsdManager.registerService(info, PROTOCOL_DNS_SD, listener);
      ```
      
      Bug: 265095929
      Test: atest CtsNetTestCases FrameworksNetTests
      Change-Id: Ia83182e2d43002243d1ef4357d14a8056d7da14b
      6d618d77
  6. Dec 17, 2023
  7. Dec 16, 2023
  8. Dec 13, 2023
Loading