Results 1 to 2 of 2
Thread: Regarding UDP Datagram packets
- 06-03-2008, 08:33 AM #1
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
Regarding UDP Datagram packets
Hi all,
I am sending image over network using UDP datagram packet.
It will work fine data of 65kb length, but when i try to send data of more then 65kb it will through socketException.
To resolve this i have 2 solutions
1. To fragment data which is more the 65 kb into pieces of 65 kb.
Ex : If data is 135 kb i will send it as 3 packets of lengths 65 kb, 65 kb and 5 kb.
Issue 1 : If i use this solution i dont know how to reassemble packets at the receiver side.
2.Another solution to use jumbograms (ipv6).
Issue 2 : I dont how to use jumbograms in java, if any one of u know this please help.
if there any solutions other then above please suggest.
regards
-Raghu
- 06-10-2008, 11:12 PM #2
Member
- Join Date
- Jul 2007
- Posts
- 14
- Rep Power
- 0
Similar Threads
-
Regarding UDP Datagram packtes
By Raghavendra in forum NetworkingReplies: 0Last Post: 06-03-2008, 08:11 AM -
Encrypting packets
By bugger in forum NetworkingReplies: 2Last Post: 02-04-2008, 10:24 AM -
How to capture IP packets
By Hasan in forum NetworkingReplies: 1Last Post: 05-31-2007, 05:44 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks