• BSD SOCKET SETTING TCP_TYPE_DELAY_ACK
    Hi, I'm using a EKK-LM3S9B92 board with both RTX and BSD SOCKET of TCP Net over ethernet. I want to improve the performance for applications sending large amounts of data like HTTP server by...
  • Which socket TCP or BSD
    Hello, I am a bit confused as to which API I should use for communication with PC running Win7. Seems like the TCP api is more event driven whereas the BSD is the classic implementation. Does the...
  • BSD SOCKET WITH ERROR "ERR_MEM_FREE"
    Hello, I am using the BSD Socket Interface from the Real-Time Library to implement TCP/IP communications under uVision 4 and this application is running on TI EKK-LM3S9B92. Since I need to send and receive...
  • BSD accept function
    Hi all, I've been working for a while on a BSD server using KEIL MDK5 latest version 5.21a middleware. I'm using the multitask RTOS RTX in Round Robin mode. I'm using the common sequence task to...
  • UDP BSD Client
    Hi everyone. I'm trying to synchronize MCU internal clock with NTP server. My code is already running on some older projects. Now I need to migrate my code to RTX environment and BSD sockets. Below...