Hello:
I am currently in a project that involves net programming inC. The part I must solve is how to read chunks from a given file, and then pack them into UDP packets. I am guessing that I most use fread() or read(). But how do I handle the correct assembly of packets at the receiver? Any clues, tips or references are welcome.


Thanks,
J