DescriptionAdd an explicit way of forcing the MDnsClient to listen on the network
Add an object called MDnsListenRef, whose existence forces the MDnsClient to
continue listening on the network, but who has no other function.
Rationale: Since a sandboxed process using an MDnsClient may not be able
to create new sockets on demand, it makes sense to force the MDnsClient to
be awake for the lifetime of the process. Add the ability to force the
MDnsClient to stay awake.
Also useful for abstractions over MDnsClient where you know that it makes sense
not to immediately shut down the client even if we shut down all listeners and
transactions.
BUG=233821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209812
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 5
Patch Set 4 : #
Messages
Total messages: 10 (0 generated)
|