java - Read the packets of bytes on client socket from server socket ...
i m creating connection oriented server/client(TCP) socket.i have created whole ... You don't generally read a packet at a time - you read from the InputStream ...
stackoverflow.com |