1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Allow retrieval of socket send buffer size.

This commit is contained in:
Bartosz Taudul
2019-04-01 18:50:37 +02:00
parent 45750a05a1
commit 57cd6d3ed5
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ public:
void Close();
int Send( const void* buf, int len );
int GetSendBufSize();
bool Read( void* buf, int len, int timeout, std::function<bool()> exitCb );
bool ReadRaw( void* buf, int len, int timeout );