[EMAIL PROTECTED] wrote:
...Do you mean that when the callsocket.getOutputStream().write(myBufferOf1000Bytes) returns, it does not meanthat all 1000 bytes has been transmitted via TCP/IP to receiver? What does it mean then? That the 1000 bytes are in TCP/IP stack's buffer?
Yes, I think so. Read this post: http://forum.java.sun.com/thread.jspa?forumID=11&threadID=635138 /Niklas
