Tell me.
What heppens when I invoke Socket.getOutputStream.write(); then Socket.getOutputStream.flush(); ? Because when I want to send more than around 8162 bytes It sends only bytes which can be placed in this size. And next bytes aren't sent.
Explain me please.