Search:

Type: Posts; User: Jess17

Search: Search took 0.10 seconds.

  1. Re: Creating an EOF and Acknowledgement on client side

    when last line of text file is send, server will send to client that it's end of file. If not end of file it will keep sending packets
  2. Re: Creating an EOF and Acknowledgement on client side

    that s what i dont know :/
  3. Re: Creating an EOF and Acknowledgement on client side

    Right now all it does the system is:

    Server waits for request from client, while request is received, server starts sending a text file by displaying the ..... and saving the lines being received...
  4. Re: Creating an EOF and Acknowledgement on client side

    The initial file where like this



    import java.net.*;
    import java.io.*;

    //client
    class Worker implements Runnable {
  5. Re: Creating an EOF and Acknowledgement on client side

    I fixed the formatting. Can you help me pls?
  6. Creating an EOF and Acknowledgement on client side

    I have this client and multi threaded server and need to do an end of file and an acknowledgement but it wont seem to work because of the errors can anyone help me plsss ?




    import java.io.*;...
Results 1 to 6 of 6