This commit is contained in:
2020-06-18 14:48:20 +02:00
parent 8adddfb083
commit e7da4ae862
3 changed files with 4 additions and 22 deletions

View File

@ -815,7 +815,7 @@ void Module::setPartialFramesPadding(bool padding) {
}
int64_t Module::getReceiverUDPSocketBufferSize() const {
int arg = -1;
int64_t arg = -1;
return sendToReceiver<int64_t>(F_RECEIVER_UDP_SOCK_BUF_SIZE, arg);
}