• 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;...
  • 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...