Re: Re: allocating 14KB memory per packet compression/decompression results in v

2005-11-05 Thread Sergey Babkin
From: Giorgos Keramidas [EMAIL PROTECTED] On 2005-11-03 22:56, kamal kc [EMAIL PROTECTED] wrote: since i am using the adaptive LZW compression scheme it requires construction of string table for compression/decompression. So an ip packet of size 1500 bytes requires a table of size (4KB + 4KB

Re: Re: allocating 14KB memory per packet compression/decompression results in v

2005-11-05 Thread Giorgos Keramidas
On 2005-11-04 11:14, Sergey Babkin [EMAIL PROTECTED] wrote: Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2005-11-03 22:56, kamal kc [EMAIL PROTECTED] wrote: since i am using the adaptive LZW compression scheme it requires construction of string table for compression/decompression. So an ip

Re: Re: allocating 14KB memory per packet compression/decompression results in v

2005-11-04 Thread Sergey Babkin
From: kamal kc [EMAIL PROTECTED] since i am using the adaptive LZW compression scheme it requires construction of string table for compression/decompression. So an ip packet of size 1500 bytes requires a table of size (4KB + 4KB + 2KB =12KB). further still i copy the ip packet data in