what about little-endians?

Jim Morris wolfmanjm@REDACTED
Fri Mar 12 23:29:43 CET 2010


I wrote a blog entry with potential solutions for exactly this
problem...

http://blog.wolfman.com/articles/2009/4/13/dealing-with-an-tcp-packet-with-a-little-endian-header-in-erlang-gen-tcp

I did look in detail at modifying the Erlang code to accept little
endian packet counts, but it is pretty ingrained in several places,
and would not be easy to do.

On Mar 12, 11:45 am, Camilo Cerchiari <camilo.cerchi...@REDACTED>
wrote:
> i'm ok with writing it just for myself, if it would be so.
> some advice to get started with the code is then what i'm looking for.
> where should i start?
>
> On Fri, Mar 12, 2010 at 17:20, Max Lapshin <max.laps...@REDACTED> wrote:
> > I think, you will be refused for this feature, because big-endian is
> > standard for network transmission.
> > In this case you will have to write your own buffered demuxer.


More information about the erlang-questions mailing list