|
Regarding UDP Datagram packtes
Hi All,
I am transfering an image over a socket using UDP protocol.
It will work fine if send file of size <= 65kb, but when i send files larger then 65kb it will through socketExcpetion.
I know max payload of UDP datagram packet is 65kb.
Does any one knows how to transfer a data of more then 65kb.
regards
-Raghavendra
|