• BSD accept function
    Hi, I would like to use the BSD sockets, but the accept function seems unusable! It will block if I am using RTX. I am not using round robin, so if I make a call to accept the whole system will...
  • 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...
  • 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...
  • 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...