Re: Multicast Problem
Niclas Hedhman <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
On Friday 08 April 2005 09:29, Miguel Ricardo wrote: > But if i replace the multicastsocket with a datagramsocket it work's > fine! What seems to be the problem?? I aprecciate any help. Thanks in > advance. You are allocating packets that are larger than the default MTU size (1500bytes), and I would suspect that you experiences a packet-out-of-sequence or packet-dropped problem. I suggest that you verify with known byte arrays first and make a manual check of what goes wrong. Cheers Niclas =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html