[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re:



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