• 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;...
  • 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;...
  • Problem connecting bsd (tcp) socket with ethernet
    Hi, I am actually trying (with a MCBSTM32F400 KEIL) to create a tcp socket and connect it with the ethernet. Here is my code: int socket; SOCKADDR_IN addr; conn_keil->socket = socket(AF_INET...
  • Problem connecting bsd (tcp) socket with ethernet
    Hi, I am actually trying (with a MCBSTM32F400 KEIL) to create a tcp socket and connect it with the ethernet. Here is my code: int socket; SOCKADDR_IN addr; conn_keil->socket = socket(AF_INET...
  • How to instantly close a TCP listen socket (a BSD one)
    Hello everyone. I'm wirting an application for an LPC Controller using Keil/Arm MDK and BSD Sockets. In the application I close a TCP listen socket and want to reopen it a short time later. I get...