]> git.tdb.fi Git - model-railway-devices.git/commitdiff
Support chaining packets to create a larger packet
authorMikko Rasa <tdb@tdb.fi>
Sun, 3 Nov 2013 09:20:42 +0000 (11:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 3 Nov 2013 09:20:42 +0000 (11:20 +0200)
MFX packets with response windows won't fit into the 256 bits available
in a single packet structure.  I'd rather keep the length field 8-bit to
preserve atomicity, and this also allows certain tricks later that would
be harder to do with a single packet.


No differences found