7071727374757677787980
byte[] tx = TEST_STRING.getBytes(); byte[] rx = new byte[tx.length]; int l = tx.length; S(write(fd, tx, l), "write() failed "); FDSet rdset = newFDSet(); FD_ZERO(rdset); FD_SET(fd, rdset); TimeVal tout = new TimeVal(); tout.tv_sec = 10;