Search results

  1. R

    client/server communication

    I am using port 2222. I'm sure no one is using that port because i tested my client with a regular BSD socket server abd they communicated well. but when i'm trying to use the high level CFSocket functions, i'm getting the problems i mentioned earlier. i'm not using carbon. i have a mach-o...
  2. R

    client/server communication

    Hello. I'm trying to write two applications: one is a client and the other is a server using CFSocket. The client is working fine. however, when i try to bind the server socket to a port (using CFSocketSetAddress), this function is returning kCFSocketError. I can't figure out what is wrong. i...
Back
Top