MCPcopy Create free account
hub / github.com/defold/defold / ResetBrowserQueryBackoff

Function ResetBrowserQueryBackoff

engine/dlib/src/dlib/mdns.cpp:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 }
469
470 static void ResetBrowserQueryBackoff(Browser* browser, uint64_t next_query)
471 {
472 browser->m_NextQuery = next_query;
473 browser->m_QueryInterval = MDNS_BROWSER_INITIAL_QUERY_INTERVAL;
474 }
475
476 static bool ReadU16(const uint8_t* data, uint32_t size, uint32_t* offset, uint16_t* out)
477 {

Callers 2

NewBrowserFunction · 0.85
UpdateBrowserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected