how to know which is the last TCP segment received by the server when data is transferring?
        Posted  
        
            by jerams
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jerams
        
        
        
        Published on 2010-02-27T06:24:31Z
        Indexed on 
            2010/03/08
            4:21 UTC
        
        
        Read the original article
        Hit count: 278
        
When transferring data in TCP, and given all the incoming and outcoming packets, how will one know if the packet received is the last of the data?
TCP packets are fragmented into smaller parts. I'm transferring over the HTTP protocol.
© Stack Overflow or respective owner