2005-03-06 Nick Drochak * TcpClientTest.cs: Choose a different port so test will pass on MS.NET * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET 2005-02-23 Dick Porter * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris Bacon 2005-02-01 Zoltan Varga * SocketTest.cs: Mark some tests with [Category ("InetAccess")]. 2005-01-08 Nick Drochak * SocketTest.cs: Ignore test on MS.NET 2004-10-14 Dick Porter * SocketTest.cs: Test the blocking status of accepted sockets 2004-06-05 Gonzalo Paniagua Javier * SocketTest.cs: added test for Select with empty lists. Changed the 'bogus' address of EndConnect test. 2003-12-30 Gonzalo Paniagua Javier * SocketTest.cs: new test for asynchronous connection failure. Test by Brad FitzpatrickBrad Fitzpatrick . 2003-08-24 Gonzalo Paniagua Javier * TcpListenerTest.cs: added more tests. 2003-07-16 Peter Williams * TcpListenerTest.cs: Initialize outSock to null to prevent an mcs compile error. 2003-07-14 Jerome Laban * TcpListenerTest.cs: Forced IPv4 listener test. 2002-11-03 Phillip Pearson * AllTests.cs: Fixed Lawrence's e-mail address. 2002-05-17 Lawrence Pit * AllTests.cs: added