mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
switching udpsocketbuffersize from uitn64_t to int64_t, printing socket exception into tcp error mess, changing an exception message
This commit is contained in:
@ -2829,7 +2829,7 @@ std::string slsDetectorCommand::cmdNetworkParameter(int narg, char *args[], int
|
||||
return ans;
|
||||
} else if (cmd == "rx_udpsocksize") {
|
||||
if (action == PUT_ACTION) {
|
||||
uint64_t ival = -1;
|
||||
int64_t ival = -1;
|
||||
if (!(sscanf(args[1], "%ld", &ival))) {
|
||||
return ("cannot parse argument") + std::string(args[1]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user