< simpson>| * Packet parsing needs to be redone. Construct is both
too slow and too unmaintainable. The protocol is big enough that walls
of struct.unpack() would be quite reasonable, and we need to figure out
how to subparse all of the domain-specific formats.
from a conversation in #bravo (https://gist.github.com/edunham/6856310)
< simpson>| * Packet parsing needs to be redone. Construct is both too slow and too unmaintainable. The protocol is big enough that walls of struct.unpack() would be quite reasonable, and we need to figure out how to subparse all of the domain-specific formats.
related: https://github.com/bravoserver/bravo/issues/400