No changes. Just making my icon look green.

This commit is contained in:
sam 2011-05-11 13:37:03 +00:00
parent e6fa474312
commit 11b3dc2119
2 changed files with 5 additions and 0 deletions

View File

@ -627,6 +627,11 @@ namespace IndianHealthService.BMXNet
try
{
connector = new TcpClient();
//test
//connector.NoDelay = true;
//connector.SendBufferSize = 65536;
//connector.ReceiveBufferSize = 65536;
//test
connector.Connect(m_cServerAddress, m_nMServerPort);
}
catch (SocketException exSocket)