2015年1月4日 星期日

Packet out of order problem


The IP header is 32 bytes in normal situation.
If it is not, the packet ID's address we read may be wrong, we will got wrong ID and cause out of order.

This will cause serious speed impact because the client will ask host to transfer the right packet again.

It can be solved by enable the IP header realigned to 4 byte features on you wireless driver. (It should be enable by default)