![](tongue.gif)
UDP wrong order
ROFL I think I know when I''m using UDP and TCP thanks very much ![](tongue.gif)
![](tongue.gif)
Martin Piper
October 01, 2002 08:46 PM
You could get merged packets, if as someone said above the routers (or the subsystems on the sending computer) had a bug causing them to write out invalid headers so that the length and possibly fragment data became corrupted. However i would see this as a very very rare and unfortunate occurence.
And as for getting duplicate packets when using higher level protocols, thats the higher level protocols sending duplicate packets...not UDP sending duplicate packets
And as for getting duplicate packets when using higher level protocols, thats the higher level protocols sending duplicate packets...not UDP sending duplicate packets
![](smile.gif)
I do not believe that RFC specifications allows for "merged" UDP packets.
Your drivers or networking hardware are probably non-RFC compliant. Having code to handle "merged" UDP packets is ridiculous IMHO.
In ANY circumstances, UDP will never be merged. Its datagram based, not stream based.
______________________________________________
(MSG_POST_DONE) ? InsertWittySignature() : ContinuePosting()
http://www.geocities.com/codeman_net/
Your drivers or networking hardware are probably non-RFC compliant. Having code to handle "merged" UDP packets is ridiculous IMHO.
In ANY circumstances, UDP will never be merged. Its datagram based, not stream based.
______________________________________________
(MSG_POST_DONE) ? InsertWittySignature() : ContinuePosting()
http://www.geocities.com/codeman_net/
- Hun Yen Kwoon
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement