• RL-ARM: Allocation then release of listening socket
    I am trying to produce a module for providing a listening socket. One requirement of this module is to release the socket when it is no longer required. So the code does something like this:...
  • Keil TCPnet error "Map_Socket, No Listen Socket found"
    Hi, I'm running Keil TCPnet on a STM32F4 device via PPP. I'm getting the error message "TCP-ERR:Map_Socket, No Listen Socket found" occassionally. Has anyone seen it, and does anyone know what it means...
  • RL-ARM: Allocation then release of listening socket
    I am trying to produce a module for providing a listening socket. One requirement of this module is to release the socket when it is no longer required. So the code does something like this:...
  • Keil TCPnet error "Map_Socket, No Listen Socket found"
    Hi, I'm running Keil TCPnet on a STM32F4 device via PPP. I'm getting the error message "TCP-ERR:Map_Socket, No Listen Socket found" occassionally. Has anyone seen it, and does anyone know what it means...
  • 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...