Search:

Type: Posts; User: Nor

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,682

    you need to read the data off the socket. select...

    you need to read the data off the socket.
    select is letting you know there is data to be read. it will only clear out once you have read the recv() or recvfrom() the socket
  2. Replies
    4
    Views
    4,682

    On line 62, perror("recv"); should be "send" ...

    On line 62, perror("recv"); should be "send"

    See if your getting a connection error, if not we can figure out what is going wrong
Results 1 to 2 of 2