Why do I get UDP datagrams out of order even with processes runnning locally?
        Posted  
        
            by Bilthon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bilthon
        
        
        
        Published on 2010-03-28T17:51:50Z
        Indexed on 
            2010/03/28
            18:13 UTC
        
        
        Read the original article
        Hit count: 376
        
Well, I'm developing a java interface between a streaming server and a flash client. I noticed that UDP datagrams can reach my interface out of order even if both processes are running locally.
Is that normal? I thought that as no datagram has to go through any router or any network device, then that should not be happening.
Thanks in advance Nelson R. Perez
© Stack Overflow or respective owner