some submodules changes

This commit is contained in:
ssrlive 2022-05-02 14:23:56 +08:00
parent 9b5d1396c8
commit 0a2f577dae
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit f7b25f648f5f756b8d59b989c4697cdb9fb31652
Subproject commit e1629bc2d219ce597a6be2a03ff7db62eeb0a768

@ -1 +1 @@
Subproject commit 2410ddaa6cacd976c8a1ccf090b524d940d40dac
Subproject commit b3ecdaeead201157814702a69bab9a235e2126ef

@ -1 +1 @@
Subproject commit 1253a4aa1ddfd5696f69a735aa2a11f0ff933622
Subproject commit f1b20f467ca0a4cb6406e54eeb44fc5f6e7e9cd6

View File

@ -436,7 +436,7 @@ client_udp_listener_recv_cb(uv_udp_t* handle, ssize_t nread, const uv_buf_t* uvb
}
#ifdef ANDROID
if (log_tx_rx) {
tx += buf->len;
tx += buffer_get_length(buf);
}
#endif
{