[xSocket-develop] Multicast "receiveSize" argument
Status: Inactive
Brought to you by:
grro
|
From: Shreyas P. <shr...@gm...> - 2010-02-05 22:14:03
|
Hi,
In constructor,
public *MulticastEndpoint*(java.lang.String address,
int port,
int receiveSize,
IDatagramHandler <http://xsocket.sourceforge.net/api/org/xsocket/datagram/IDatagramHandler.html> datagramHandler)
throws java.io.IOException
The receiveSize is being expected. I do not know the size of the packet
that I will be getting from the network. Also, I do not see a
constructor that takes only address, port and datagramHandler as
arguments. Can anyone please tell me how to go about this?
Thanks,
Shreyas Purohit
|