If the test uses a fixed TCP window size, then the bandwidth achieved will be limited by the combination of window size and round-trip delay. e.g. the window size above is 64.2KByte. That means that the test will send 64.2KByte of data, then stop sending until it gets an ACK from the 1st packet…. - never having more than 64.2KByte of unacknowledged data. For example, if your round-trip delay (latency) is 100ms (0.1sec) then the maximum throughput on TCP is:
64.2KByte10248bits / 0.1 sec = 5,259,260 bits/sec
Try using a bigger window size, that might help the test if the latency from client is high.
Of course, your Alix 2D13 might be max'd out anyway.