Search:

Type: Posts; User: johnnymier; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    11
    Views
    12,749

    My advance so far: I have used read() to read...

    My advance so far: I have used read() to read from a file in a given block size and put that data in a struct. What happens if my block size is bigger that the whole file I am reading from?
    Will my...
  2. Replies
    11
    Views
    12,749

    Ammo: So I can partition the file in 2^16-8...

    Ammo:
    So I can partition the file in 2^16-8 bytes blocks and then use UDP socket primitive sendto() and I dont have to worry about IP or ethernet MTU's, cool
    I need some insight on how to...
  3. Replies
    11
    Views
    12,749

    udp datagram size

    Hey, thanks everyone for your replies. I have another question: what is the max payload size that can be put on an UDP datagram? This is so i know the how to split a certain file in the right block...
  4. Replies
    11
    Views
    12,749

    network programming

    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...
Results 1 to 4 of 4