mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
changed zmq default port starting at 40001 to be able to view in wireshark and removed headersize for warning
This commit is contained in:
@ -1897,7 +1897,6 @@ void UDPStandardImplementation::startDataCallback(){
|
||||
FILE_LOG(logINFO, cstreambuf);
|
||||
}
|
||||
|
||||
int headersize=0;
|
||||
switch(myDetectorType){
|
||||
case EIGER:
|
||||
headersize = EIGER_DATA_PACKET_HEADER_SIZE; break;
|
||||
|
Reference in New Issue
Block a user