-------- Original-Nachricht -------- > One idea that came to me is that packets smaller than 512 > bytes or so will probably be slower. There are many small > packets. The ethernet hardware has a lower limit to the > packet length for ethernet, so it makes no sense to try > to compress those packets. > > Also the operating system will have a lot of TCP/IP optimisations.
Ethernet minimum is 64 bytes, of which 18 bytes are already in use by the ethernet frame itself. Minimum payload size is thus 46. IP header takes 20 bytes, TCP header another 20 bytes, leaving us with 6 bytes of minimum payload... I honstely doubt RLE has any negative effect because of packet lengths... Regards, Dominic -- -- Dominic Rath <[EMAIL PROTECTED]> _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
