changed zmq default port starting at 40001 to be able to view in wireshark and removed headersize for warning

This commit is contained in:
Dhanya Maliakal
2017-04-19 17:42:38 +02:00
parent 3b4b2d707f
commit 0f3a63f101
2 changed files with 1 additions and 2 deletions

View File

@ -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;