Search:

Type: Posts; User: sudu

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,874

    open ports in linux

    can anyone tell me how to open a port in linux. I was trying to run a server client program and just found out that connection get refused because the port is closed.

    can anyone tell me how to...
  2. Replies
    2
    Views
    1,174

    clients and servers in diff OS

    I have a server written in C and its listing on a port (I checked it with netstat and going step by step in my server code) . and there is a client writtten in Java which run on a windows machine my...
  3. Replies
    7
    Views
    4,371

    socket connection error

    this is my code.... nothing major just want to test my server



    void main()
    {
    int soc, n, t, d;
    char *er;
    char recvline[51], *address= {"127.0.0.1\n"};
    struct sockaddr_in...
  4. Replies
    7
    Views
    4,371

    I dint understant what u said I'm using FC5

    I dint understant what u said I'm using FC5
  5. Replies
    7
    Views
    4,371

    but can some one tell me how to find what faied. ...

    but can some one tell me how to find what faied. I mean why did connect() faied ???
  6. Replies
    7
    Views
    4,371

    well disregard this post Its a -1 I get not a 1...

    well disregard this post Its a -1 I get not a 1 ..... sorry
  7. Replies
    7
    Views
    4,371

    socket connection error

    I have a server and when I try to connect to the server with a lient with connect function it returns a value of '1' I read the definition of connect, it says that upon uccessful completion it...
  8. Replies
    4
    Views
    2,286

    this question may sound dumb.. but can I switch...

    this question may sound dumb.. but can I switch into another thread in the middle of execution and start from where it has stoped when the program hit the breakpoint.

    for example say i place a...
  9. Replies
    4
    Views
    2,286

    debug threads in gdb

    how do I switch from one thread to another in the program with gdb......?
  10. Thread: C threads

    by sudu
    Replies
    3
    Views
    1,332

    C threads

    oh ya I found it. Thsnk you.......\

    though I have a another question

    if the thread exits with 'exit(1)' does this make the parent thread exit too....??
  11. Thread: C threads

    by sudu
    Replies
    3
    Views
    1,332

    C threads

    I was trying to implement threads in my C code and this is the first time I did this I used

    /*mod edit: Dead links removed. Please post your own code, not links, especially ones which lead...
Results 1 to 11 of 11