added voice chat menu, added udp transport, audio cleanup
This commit is contained in:
@@ -466,7 +466,7 @@ void Socket::SocketOutputStreamNetwork::write(byteArray b)
|
||||
|
||||
void Socket::SocketOutputStreamNetwork::write(byteArray b, unsigned int offset, unsigned int length)
|
||||
{
|
||||
writeWithFlags(b, offset, length, 0);
|
||||
writeWithFlags(b, offset, length, NON_QNET_SENDDATA_ACK_REQUIRED);
|
||||
}
|
||||
|
||||
void Socket::SocketOutputStreamNetwork::writeWithFlags(byteArray b, unsigned int offset, unsigned int length, int flags)
|
||||
@@ -549,4 +549,4 @@ void Socket::SocketOutputStreamNetwork::writeWithFlags(byteArray b, unsigned int
|
||||
void Socket::SocketOutputStreamNetwork::close()
|
||||
{
|
||||
m_streamOpen = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user