Re: Multicast Problem
Esmond Pitt <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <21181124.1112951973158.JavaMail.imail@web07ps> |
... also your receive DatagramPacket size of 65535 is actually illegal. The maximum possible size of a datagram is 65507 bytes, and most platforms will restrict it severely below that: for example Linux restricts it to 9K and all other platforms I have used restrict it to the size of the socket receive buffer. EJP =========================================================================== 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