Skip to content

Commit

Permalink
Pass in sd
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 5, 2024
1 parent 15a4f10 commit 0087603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vsock-bridge/src/vsock-bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ static void startServices(const std::vector<ServiceDescription>& services, int n
/*inPort:*/ sd._listenEndpoint._port,
/*outScheme:*/ sd._connectEndpoint._scheme,
/*outAddress:*/ sd._connectEndpoint._address,
_acceptRcvBuf,
_acceptSndBuf,
_peerRcvBuf,
_peerSndBuf,
sd._acceptRcvBuf,
sd._acceptSndBuf,
sd._peerRcvBuf,
sd._peerSndBuf,
);

if (!listener)
Expand Down

0 comments on commit 0087603

Please sign in to comment.