somewhere

This commit is contained in:
Dhanya Maliakal 2017-11-16 09:12:57 +01:00
parent 32d32dbcdc
commit c69ae52e76
2 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef int int32_t;
#define DEFAULT_UDP_PORTNO 50001
#define DEFAULT_GUI_PORTNO 65001
#define DEFAULT_ZMQ_CL_PORTNO 30001
#define DEFAULT_ZMQ_RX_PORTNO 31000
#define DEFAULT_ZMQ_RX_PORTNO 30001
/**
\file sls_receiver_defs.h

View File

@ -683,6 +683,11 @@ int slsReceiverTCPIPInterface::send_update() {
#endif
mySock->SendDataOnly(&ind,sizeof(ind));
// data streaming enable
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
ind=(int)receiverBase->getDataStreamEnable();
#endif
if (!lockStatus)
strcpy(mySock->lastClientIP,mySock->thisClientIP);