This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SOCKADDR not found

I cannot find the SOCKADDR or SOCKADDR_IN structure used in many functions such as bind http://www.keil.com/support/man/docs/rlarm/rlarm_bind.htm
or
recvfrom http://www.keil.com/support/man/docs/rlarm/rlarm_recvfrom.htm

I have included <RTL.h> header file in which there is no trace of SOCKADDR at all. Please Help!!!

Parents
  • The basic TCP functions of RL and the method you communicate through them are somewhat different to the way you'd do it on something like linux.

    As I mentioned before, you might want to check out the BSD socket functions. This relatively new collection of functions have far greater similarity to Linux.

Reply
  • The basic TCP functions of RL and the method you communicate through them are somewhat different to the way you'd do it on something like linux.

    As I mentioned before, you might want to check out the BSD socket functions. This relatively new collection of functions have far greater similarity to Linux.

Children