somewhere

This commit is contained in:
Dhanya Maliakal
2017-11-23 14:53:40 +01:00
parent 8c45f94496
commit ad64df01c7
3 changed files with 14 additions and 17 deletions

View File

@ -571,17 +571,6 @@ void UDPStandardImplementation::closeFiles() {
}
void UDPStandardImplementation::setStreamingPort(const uint32_t i) {
streamingPort = i;
FILE_LOG(logINFO) << "Streaming Port: " << streamingPort;
if (dataStreamEnable) {
setDataStreamEnable(false);
setDataStreamEnable(true);
}
}
void UDPStandardImplementation::SetLocalNetworkParameters() {
//to increase socket receiver buffer size and max length of input queue by changing kernel settings