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,so I can't send or recv ICMP packet. I wonder to know when TCPnet supports raw socket,so that I can finish my 'ping' tool. Or who can tell me another way to implement it? Thanks a lot.
Stephen