Re: Code Review 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10

2010-03-15 Thread Alan Bateman
Christopher Hegarty - Sun Microsystems Ireland wrote: Hi Alan, Michael, The test has a connected TCP socket and performs individual writes of only 2 bytes on one end. It does not read off the data on the other end. After 8 writes, on the 9th, the write blocks. Clearly the send buffer has not

Code Review 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10

2010-03-15 Thread Christopher Hegarty - Sun Microsystems Ireland
Hi Alan, Michael, The test has a connected TCP socket and performs individual writes of only 2 bytes on one end. It does not read off the data on the other end. After 8 writes, on the 9th, the write blocks. Clearly the send buffer has not been exhausted, but after some experimenting it can be