Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when transferring data in TCP, and given all the incoming and outcoming packets, how will one know if the packet recievied is the last of the data..

tcp packets are fragmented into smaller parts..
and this tcp packets are that of http


thanks..
Posted

1 solution

This must be implemented in the application protocol which is being used over TCP/IP. The details for HTTP are here:

http://www.w3.org/Protocols/rfc2616/rfc2616.html[^]

Nick
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900