Bug-Debian: https://bugs.debian.org/785400
Last-Update: Fri, 15 May 2015 16:39:01 UTC
Forwarded-Upstream: yes
Gbp-Pq: Name 05_performance.patch
msg += OFStandard::getLastNetworkErrorCode().message();
return makeDcmnetCondition(DULC_TCPINITERROR, OF_error, msg.c_str());
}
- setTCPBufferLength(sock);
+ //setTCPBufferLength(sock);
/*
* Disable the so-called Nagle algorithm (if requested).
msg += OFStandard::getLastNetworkErrorCode().message();
return makeDcmnetCondition(DULC_TCPINITERROR, OF_error, msg.c_str());
}
- setTCPBufferLength(s);
+ //setTCPBufferLength(s);
/*
* Disable the so-called Nagle algorithm (if requested).