Hi, Currently, the default byte order of all buffers is 'big endian'. It's enough for most standard protocols, but some protocols uses little endian by default. There are a few ways to support 'default byte order':
[ ]: Provide a filter that changer the order. [ ]: Provide getDefaultByteOrder() method in ProtocolCodecFactory [ ]: Provide getDefaultByteOrder() method in ProtocolEncoder and ProtocolDecoder [ ]: We don't need one. What would be most useful for us? Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP key fingerprints: * E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E * B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6
