• Strategy for handling sys_error() when using blocking BSD sockets
    Prior to using the relatively new BSD socket API in TCPNet, all socket related activity (such as the TCPNet's own HTTP server) in our application would of course be performed in a single task. As a precaution...
  • Strategy for handling sys_error() when using blocking BSD sockets
    Prior to using the relatively new BSD socket API in TCPNet, all socket related activity (such as the TCPNet's own HTTP server) in our application would of course be performed in a single task. As a precaution...
  • Problems with BSD socket functions
    I have been trying to write a simple FTP client using the BSD socket functions, but find I have 2 problems: 1. When trying to use the recv() function when specifying a buffer size smaller than the...
  • Problems with BSD socket functions
    I have been trying to write a simple FTP client using the BSD socket functions, but find I have 2 problems: 1. When trying to use the recv() function when specifying a buffer size smaller than the...
  • Can I use both TCP native sockets and BSD sockets?
    First of all, I'm using RL-NET V4 Legacy, MDK 5.25. And the uC I am using is the ARM7 LPC2468. The system I'm programming uses "a lot" of sockets. It has: - Default TCPNET HTTP server up to 3 sessions;...