I had a Socket-Client programming in Java . I am using DataOutputStream to send messages to the Server Socket . Sometimes writed messages on DataOutputstream was not sent to the
Have you tried calling SetSockOption with TCP_NODELAY?
http://docs.oracle.com/javase/6/docs/api/java/net/SocketOptions.html
http://www.ibm.com/developerworks/linux/library/l-hisock/index.html
http://en.wikipedia.org/wiki/Nagle%27s_algorithm