Re: Buffersize Problem

2013-12-23 Thread Emmanuel Lécharny
Le 12/24/13 5:27 AM, Hardik Kubavat a écrit : > Hi Emmanuel > > 1) I have set > datagramAcceptor.getSessionConfig().setReadBufferSize(2048); and I am > sending one .txt file to this acceptor which size is 4KB, so it's > received in three parts. Is there any way to handle large data than > buffer si

Buffersize Problem

2013-12-23 Thread Hardik Kubavat
Hi Emmanuel 1) I have set datagramAcceptor.getSessionConfig().setReadBufferSize(2048); and I am sending one .txt file to this acceptor which size is 4KB, so it's received in three parts. Is there any way to handle large data than buffer size? through we can send it to any target port as one f