• BSD recv() function with RTX
    I am trying to understand the recv(), it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a...
  • BSD recv() function with RTX
    I am trying to understand the recv(), it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a...
  • TCPNet: problem with recv() and recvfrom()
    Hello all! I'm trying to write simple SNTP client with BSD sockets. I wrote such code: #include "LPC23xx.h" #include "uart.h" #include "RTL.h" #include "main.h" #include <Net_Config.h> //-----...
  • TCPNet: problem with recv() and recvfrom()
    Hello all! I'm trying to write simple SNTP client with BSD sockets. I wrote such code: #include "LPC23xx.h" #include "uart.h" #include "RTL.h" #include "main.h" #include <Net_Config.h> //-----...
  • recv() returns BSD_ESOCK on listening socket
    Hi, MDK MDK-Plus 7.18.0 over RTX5, compiled with ARM Compiler 6 in uVision 5 I'm using BSD API in non-blocking mode. This is a complex project (Mongoose, https://mongoose.ws ) but basically the problem...