Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Java sets
socket_.setSoLinger(false, 0);
socket_.setTcpNoDelay(true);
C# should do the equivalent.
Java sets
socket_.setSoLinger(false, 0);
socket_.setTcpNoDelay(true);
C# should do the equivalent.