From: Arun Sharma <adsharma@xxxxxxxxxxxxxxx>
To: linux-india-programmers@xxxxxxxxxxxxxxxxxxxxx
CC: alokdube@xxxxxxxxxxx
Subject: Re: [LIP]
Date: Thu, 11 May 2000 14:35:47 -0700
On Thu, May 11, 2000 at 11:04:56AM +0200, alok dube wrote:
> my problem is my recived bytes always returns "E ,26" no matter what
> i send.. is mesage at the ip layer not in regular text format?.. is
> what i am trying possible? .. i have a similar code using TCP sockets
> (SOCK_STREAM) and SOCK_DGRAM and all is fine with them.. any idea whts
> different here?
With raw sockets, you'll see TCP headers, which may not be in the text
format.
-Arun