Search:

Type: Posts; User: prvindia

Search: Search took 0.00 seconds.

  1. Thread: Unix Sockets

    by prvindia
    Replies
    5
    Views
    2,662

    Thanks for your kind advice. I will try out the...

    Thanks for your kind advice. I will try out the things specified by you. Thanks for your information friend.
  2. Thread: Unix Sockets

    by prvindia
    Replies
    5
    Views
    2,662

    perror() does not print anything. How to...

    perror() does not print anything.

    How to trace the data? I need your kind help.

    when I send the data, the applet hangs.
  3. Thread: Unix Sockets

    by prvindia
    Replies
    5
    Views
    2,662

    // write(soc,data,20); /* ...

    // write(soc,data,20);

    /* if(send(soc,str,n,0) < 0)
    {
    perror("ERROR SENDING DATA");
    exit(11);
    } */


    I have pasted the code (where the problem is). I tried using...
Results 1 to 3 of 3