Search:

Type: Posts; User: crazystudentc

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    31,515

    also quick question, how do you modify server1.c...

    also quick question, how do you modify server1.c so that it prints out the throughput in bytes/s after receiving five frames.
  2. Replies
    4
    Views
    31,515

    Thank you for your prompt reply, can you please...

    Thank you for your prompt reply, can you please explain in more detail the rest of the code that has //comment on it, as they r vital for me to understand


    #include <stdio.h>
    #include <stdlib.h>...
  3. Replies
    4
    Views
    31,515

    I have modified client.c to send a large string,...

    I have modified client.c to send a large string, but the rest so far i have problems with


    #include <stdio.h>
    #include <stdlib.h>
    #include <unistd.h>
    #include <errno.h>
    #include <string.h>...
  4. Replies
    4
    Views
    31,515

    Server/Client Go-Back-N

    Hi, I have a little side project I have to do, but for the life of me I cant figure out the information.

    Ive got the following two source codes

    Server1.c

    #include <stdio.h>
    #include...
Results 1 to 4 of 4