• 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 socket Udp multicast
    Hello, do anyone have experience with BSD socket? I am using LPC1788. What i want to do is to receive a string or data from certain IpAddress with ist port. Example: I want to receive data only...
  • 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...
  • RL-TCPnet Split messages with TCP_TYPE_DELAY_ACK
    Hello, all! I using RL-ARM 4.12. When i create server with TCP_TYPE_DELAY_ACK parametr, messages from server will split into two messages. Does it possible don't split messages? Or don't wait ACK...