Skip to content
Snippets Groups Projects
  1. Jan 30, 2024
    • Paul Hu's avatar
      Add aggressive query mode · 11a883dc
      Paul Hu authored
      The current query scan modes, active and passive, have
      limitations. Unicast queries only originate from the first query
      session, multicast queries should be sent simultaneously with
      unicast, and both modes suffer from infrequent scans. To
      address these shortcomings, a aggressive query mode is proposed.
      
      Bug: 271067818
      Test: atest FrameworksNetTests NsdManagerTest
      Change-Id: I87100e03a5b6306dcae79f05c034f000e6dc2889
      11a883dc
  2. Jan 29, 2024
    • Paul Hu's avatar
      Use an integer for query mode · 05086bde
      Paul Hu authored
      This is a no-op change. Currently, the query mode employs a
      boolean value to toggle between passive and active modes. To
      accommodate a broader range of query modes for different
      requirements, switch to an integer value that facilitating
      the addition of new modes more seamlessly.
      
      Bug: 271067818
      Test: atest FrameworksNetTests NsdManagerTest
      Change-Id: Ia9a12d4581246c3a5776cd241755a10994e32454
      05086bde
  3. Jan 26, 2024
  4. Jan 25, 2024
  5. Jan 24, 2024
Loading