> << Right. But since you send integer data type, you WILL have #126 in the
> binary data !>>
>
> In the infamous words of Kip Dynamite, "Dang it!!!!"
>
> Is there any LineEnd value I can set that will be safe to assume it won't
> get sent in integer data?

Defenitely none !

> Or will I need to pull out the OpCode any time a record comes in, without
> knowing which type of record it is until I read the OpCode?

You can.
Or you can follow my recommandation about escaping delimiter. This is very 
common practice with binary data.
Or send your data in ascii.
Did you miss my previous reply where I was talking about binary data and 
excape mechanism ?

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to