Fixed docs, oops.
This commit is contained in:
parent
f9f13a1fa1
commit
e23fbfd109
1 changed files with 0 additions and 2 deletions
|
@ -128,8 +128,6 @@ namespace Buffer{
|
|||
return (currsend == len);
|
||||
}//doSend
|
||||
/// Try to send data to this user. Disconnects if any problems occur.
|
||||
/// \param ringbuf Array of buffers (FLV:Tag with ID attached)
|
||||
/// \param buffers Count of elements in ringbuf
|
||||
void Send(){
|
||||
if (!S.connected()){return;}//cancel if not connected
|
||||
if (myRing->waiting){return;}//still waiting for next buffer?
|
||||
|
|
Loading…
Add table
Reference in a new issue