increasing default rx tcp port (#562)

* increasing rx tcp port by default when creating shm
This commit is contained in:
Dhanya Thattil
2022-10-18 15:24:04 +02:00
committed by GitHub
parent d9e34e1657
commit d2c4827b31
18 changed files with 30 additions and 28 deletions

View File

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

View File

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