mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
increasing default rx tcp port (#562)
* increasing rx tcp port by default when creating shm
This commit is contained in:
@ -35,12 +35,13 @@
|
||||
#define MAX_RX_DBIT 64
|
||||
|
||||
/** default ports */
|
||||
#define DEFAULT_PORTNO 1952
|
||||
#define DEFAULT_UDP_PORTNO 50001
|
||||
#define DEFAULT_ZMQ_CL_PORTNO 30001
|
||||
#define DEFAULT_ZMQ_RX_PORTNO 30001
|
||||
#define DEFAULT_UDP_SRC_PORTNO 32410
|
||||
#define DEFAULT_UDP_DST_PORTNO 50001
|
||||
#define DEFAULT_TCP_CNTRL_PORTNO 1952
|
||||
#define DEFAULT_TCP_STOP_PORTNO 1953
|
||||
#define DEFAULT_TCP_RX_PORTNO 1954
|
||||
#define DEFAULT_ZMQ_CL_PORTNO 30001
|
||||
#define DEFAULT_ZMQ_RX_PORTNO 30001
|
||||
#define DEFAULT_UDP_SRC_PORTNO 32410
|
||||
#define DEFAULT_UDP_DST_PORTNO 50001
|
||||
|
||||
#define MAX_UDP_DESTINATION 32
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
#define APILIB 0x220609
|
||||
#define APIRECEIVER 0x220609
|
||||
#define APIGUI 0x220609
|
||||
#define APIGOTTHARD 0x220916
|
||||
#define APIGOTTHARD2 0x220916
|
||||
#define APIMYTHEN3 0x220916
|
||||
#define APIEIGER 0x220916
|
||||
#define APICTB 0x220929
|
||||
#define APIMOENCH 0x220929
|
||||
#define APIJUNGFRAU 0x220929
|
||||
#define APICTB 0x221004
|
||||
#define APIGOTTHARD 0x221004
|
||||
#define APIGOTTHARD2 0x221004
|
||||
#define APIJUNGFRAU 0x221004
|
||||
#define APIMYTHEN3 0x221004
|
||||
#define APIMOENCH 0x221004
|
||||
#define APIEIGER 0x221004
|
||||
|
Reference in New Issue
Block a user