Merge branch '3.0.1' into developer

This commit is contained in:
Dhanya Maliakal
2017-11-21 14:15:59 +01:00
2 changed files with 18 additions and 1 deletions

View File

@ -184,6 +184,12 @@ class UDPStandardImplementation: private virtual slsReceiverDefs, public UDPBase
*/
void closeFiles();
/**
* Set streaming port and restart sockets if streaming was enabled
* @param i streaming port
*/
void setStreamingPort(const uint32_t i);
private: