Skip to content

Commit

Permalink
remove secureSession changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnajh committed Nov 10, 2023
1 parent 281523a commit 952d1e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/transport/SecureSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class SecureSession : public Session, public ReferenceCounted<SecureSession, Sec

const PeerAddress & GetPeerAddress() const { return mPeerAddress; }
void SetPeerAddress(const PeerAddress & address) { mPeerAddress = address; }
void SetSupportsTcp(bool supportsTcp) { mSupportsTcp = supportsTcp; }

Type GetSecureSessionType() const { return mSecureSessionType; }
bool IsCASESession() const { return GetSecureSessionType() == Type::kCASE; }
Expand Down Expand Up @@ -307,9 +306,6 @@ class SecureSession : public Session, public ReferenceCounted<SecureSession, Sec

PeerAddress mPeerAddress;

/// Indicates whether the remote peer supports TCP transport
bool mSupportsTcp = false;

/// Timestamp of last tx or rx. @see SessionTimestamp in the spec
System::Clock::Timestamp mLastActivityTime = System::SystemClock().GetMonotonicTimestamp();

Expand Down

0 comments on commit 952d1e7

Please sign in to comment.