UDP message length

"이희승 (Trustin Lee)" trustin at gmail.com
Sun May 31 23:41:39 EDT 2009


Hi,

On 31-May-2009 07:41, Jiang Bian wrote:
> 
> Does anyone know the message length for UDP communication in netty?
> Does it depend on the MTU?
> I tried, 736 is the max I can get it running stable...

Yes.  If a UDP message is long, it will be truncated by router in most
cases.

> do I have to deal with fragmentation my self, if the message is longer than
> a certain number?

Yes.  I'd just use TCP in such a case.

HTH,
Trustin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : http://lists.jboss.org/pipermail/netty-users/attachments/20090601/b60ae87e/attachment.bin 


More information about the netty-users mailing list