Skip to content
Snippets Groups Projects
  1. Jan 25, 2024
  2. Jan 24, 2024
  3. Jan 23, 2024
    • Paul Hu's avatar
      Do not check active socket from other callbacks · 01d2f643
      Paul Hu authored
      Not all SocketTypeClients are cleaned up when their corresponding
      sockets are closed. This occurs because the active socket check
      for each callback examines the socket from all callbacks, even
      those scheduled for removal in later notifications. To fix this,
      check the active socket from the current callback only.
      
      Fix: 317461509
      Test: atest FrameworksNetTests NsdManagerTest
            Manually test with multiple discovery requests and
            Wifi on/off.
      Change-Id: I2f81bb8e75f2c038d5e9dc025b208dcc6b441112
      01d2f643
    • Tongbo Liu's avatar
      Fix the dependency of CtsNetTestCasesMaxTargetSdk · 47524106
      Tongbo Liu authored
      Bug: 318958910
      Change-Id: I71499f2a5244030c5c83c2102585c4c0c3da5db4
      47524106
    • Motomu Utsumi's avatar
      Add aconfig flags for Connectivity FlaggedAPI annotations · 3a586fc0
      Motomu Utsumi authored
      Bug: 321624552
      Test: TH
      Change-Id: Idbec5e8af0f3764b5bf432e3dd5e6ba7f35aa81f
      3a586fc0
  4. Jan 22, 2024
  5. Jan 21, 2024
  6. Jan 20, 2024
    • Yuyang Huang's avatar
    • Yang Sun's avatar
      Apply multicast routing configs · 29037f60
      Yang Sun authored
      Applies multicast routing configs when they are updated in
      LocalNetworkConfig, or when local network/upstream network
      status changes.
      
      Bug: 281217735
      
      Test: atest CSLocalAgentTests
      Change-Id: Ib1c43c645a367d0f91e5cf0a0d9f8e5883be2c40
      29037f60
    • Yang Sun's avatar
      Support multicast routing · baa50fa4
      Yang Sun authored
      Added support to apply multicast routing config between network
      interfaces in MulticastRoutingCoordinatorService.
      
      Bug: 281217735
      
      Test: atest FrameworksNetTests:android.net.connectivity.com.android.server.connectivity.MulticastRoutingCoordinatorServiceTest
      
      Change-Id: If608b79d4e62a20d2e01755a83a901f6e274d9a2
      baa50fa4
  7. Jan 19, 2024
Loading