• When TCPnet supports raw socket?
    Hi,all I am using TCPnet on my board.It works well. I need to write a 'ping' tool in the board,and I found that TCPnet supports UDP socket/TCP socket/BSD socket.But BSD socket does not support raw socket...
  • RL-TCPNet strange memory handling
    I'm using RL-TCPNet, and I'm puzzled by the memory handling. For both TCP and UDP sockets one has to call one of the xxx_get_buf-functions to allocate memory for outgoing packets. That's just fine, but...
  • TcpNet Help!!
    Hi,every one, I use LPC2368 and DM9161A develope my product with RTL3.05 and MDK3.05, But I can not see reply when "Ping" to my MCU.I just adapt the MCB23000's Http_demo and change the EMC driver, the...
  • TCPnet and PPP
    I am using Keil TCPnet and I have an application which currently uses BSD sockets over the Ethernet interface (providing SSL Web Server and other services). I need to provide the same services over a...