mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 17:10:03 +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:
parent
3b4b2d707f
commit
0f3a63f101
@ -81,7 +81,7 @@ using namespace std;
|
|||||||
#define DEFAULT_BACKLOG 5
|
#define DEFAULT_BACKLOG 5
|
||||||
#define DEFAULT_UDP_PORTNO 50001
|
#define DEFAULT_UDP_PORTNO 50001
|
||||||
#define DEFAULT_GUI_PORTNO 65000
|
#define DEFAULT_GUI_PORTNO 65000
|
||||||
#define DEFAULT_ZMQ_PORTNO 70001
|
#define DEFAULT_ZMQ_PORTNO 40001
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1897,7 +1897,6 @@ void UDPStandardImplementation::startDataCallback(){
|
|||||||
FILE_LOG(logINFO, cstreambuf);
|
FILE_LOG(logINFO, cstreambuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
int headersize=0;
|
|
||||||
switch(myDetectorType){
|
switch(myDetectorType){
|
||||||
case EIGER:
|
case EIGER:
|
||||||
headersize = EIGER_DATA_PACKET_HEADER_SIZE; break;
|
headersize = EIGER_DATA_PACKET_HEADER_SIZE; break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user