mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-05 02:44:13 +02:00
fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user