mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Raw socket read function.
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
int Send( const void* buf, int len );
|
||||
|
||||
bool Read( void* buf, int len, const timeval* tv, std::function<bool()> exitCb );
|
||||
bool ReadRaw( void* buf, int len, const timeval* tv );
|
||||
bool HasData();
|
||||
|
||||
Socket( const Socket& ) = delete;
|
||||
|
||||
Reference in New Issue
Block a user