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
Add separate knob for TCP server listen enabling. (#36979)
* Add separate knob for TCP server listen enabling.
Use a boolean indicator for TCP server enabling in the
TCPListenParameters to signal Server enabling during initialization.
By default, TCP Server is enabled on the Server side, and disabled
on the client/controller side.
Add API in TransportMgr to access this setting so that DNS-SD
operational advertisements for TCP can be set accordingly.
* Add 2 unit tests
* Apply suggestions from code review
Co-authored-by: Andrei Litvin <andy314@gmail.com>
---------
Co-authored-by: Andrei Litvin <andy314@gmail.com>
0 commit comments