Skip to content

Commit

Permalink
Add variables to listener.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 5, 2024
1 parent 0087603 commit 8caf63f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vsock-bridge/include/listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ namespace vsockio
inline bool listening() const { return _fd >= 0; }

int _fd;
int _acceptRcvBuf;
int _acceptSndBuf;
int _peerRcvBuf;
int _peerSndBuf;
std::unique_ptr<Endpoint> _listenEp;
std::unique_ptr<Endpoint> _listenEpClone;
std::unique_ptr<Endpoint> _connectEp;
Expand Down

0 comments on commit 8caf63f

Please sign in to comment.