You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore original order of transports in TransportMgr. (#37050)
* Restore original order of transports in TransportMgr.
Address post-merge comments from PR #36979.
Keep original order of raw transports in the TransportMgr tuple because
it is part of the public API on the controller side.
When setting the TCPServerListen flag in DnssdServer, use the same value
as in TcpListenParams directly, instead of fetching from the
TransportMgr.
* Address review comments.
0 commit comments