IoUringAsmEngn: Use pcloudDataSocket from UdpCmdDemux

This commit is contained in:
2025-11-01 23:01:11 -04:00
parent 5845f1a41d
commit 14b97a52ed
3 changed files with 12 additions and 7 deletions
@@ -46,6 +46,9 @@ private:
struct io_uring ring;
bool isSetup;
// Point cloud data socket descriptor
std::shared_ptr<boost::asio::posix::stream_descriptor> pcloudDataSocketDesc;
// Stall detection timer
boost::asio::deadline_timer stallTimer;