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

@ -81,7 +81,7 @@ using namespace std;
#define DEFAULT_BACKLOG 5
#define DEFAULT_UDP_PORTNO 50001
#define DEFAULT_GUI_PORTNO 65000
#define DEFAULT_ZMQ_PORTNO 70001
#define DEFAULT_ZMQ_PORTNO 40001

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;