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
TCP connection setup/management and CASESession association.
Add ConnectToPeer() API for explicit connection setup.
Currently, connecting to a peer is coupled with sending a message to the
peer.
This decouples the two and creates a clear API for connecting to a peer
address. Goes along with the existing Disconnect() API.
This would be essential during activation of retained sessions by solely
connecting to the peer and associating with the retained session.
Surface Connection completion and Closure callbacks and hook them
through SessionManager(TransportMgr delegate) and CASESession.
Mark SecureSession as defunct on connection closures.
Modify ActiveConnectionState in TCPBase to hold state for each
connection, so that it is able to handle the various control flow paths.
0 commit comments