O
O
Oleg Mikolaichenko2013-12-26 19:24:41
Computer networks
Oleg Mikolaichenko, 2013-12-26 19:24:41

How will a 5000 byte UDP datagram be split with MTU=1500?

Actually, I saw the question right there, on the toaster, but without an answer, i.e. in comments.
The answer is 4 datagrams, or is there a catch?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Evseev, 2013-12-28
@IlyaEvseev

These will not be separate UDP packets, but IP packets with pieces of the UDP packet.
solipsisarchive.netofpeers.net/UDP_Fragmentation.html

P
Pavel Logachev, 2015-01-30
@WQP

You can try this: javascript.ru/php/parse_str

D
Deodatuss, 2015-01-30
@Deodatuss

var string = 'oid=219670389&id=166774936&hash=65b39c9dedc35fe5';
var obj = {};
   obj [string.split('&')[0].split('=')[0]]= string.split('&')[0].split('=')[1] ;
 obj [string.split('&')[1].split('=')[0]]=string.split('&')[1].split('=')[1];
     obj [string.split('&')[2].split('=')[0]]= string.split('&')console.log(obj);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question