If you treat the nodes as a shift register, the data rate is 6×19×100 = 11400 bytes per second. (12000 bytes per second for 20 nodes.)
The first node will send 6 bytes 100 times each second to the second node, or 600 bytes per second.
The second node will receive 6 bytes from the first node, and send 6+6 bytes 100 times each second to the third node, or 1200 bytes per second.
The third node will receive 2×6 bytes from the second node, and send 3×6 bytes 100 times each second to the fourth node, or 1800 bytes per second.
Node n will receive (n-1)×600 bytes from node n-1 each second,
and send n×600 bytes to node n+1 (or MCU) each second.
I don't see where you get that 1260 bytes per event, and thus the 126,000 bytes per second data rate.