You can't, and even if you could, it's your application that is making the
faulty assumption that unsequenced packets will arrive in the order they
were sent.

Your choices are to either recode your application to switch to TCP or
recode your application to deal with packets arriving out of order. This is
the risk you take when you don't use TCP, which guarantees sequenced
arrival. All datagram transports (such as UDP) are unsequenced, and you must
expect packets to arrive out of order and code accordingly.

-- db
----- Original Message -----
From: "Eddie Chen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 5:03 PM
Subject: Datagram in reverse order


>                Linux is sending  datagram in reverse order... How can I
> chnage it?
>
>                The CIP is sending back ICMP type 3 code 0D
>

Reply via email to