[rohc] Need help with deflate source parameter settings

chitrak gupta <mailfromchitrak@gmail.com> Mon, 13 December 2004 11:51 UTC

Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA26856 for <rohc-web-archive@ietf.org>; Mon, 13 Dec 2004 06:51:44 -0500 (EST)
Received: from megatron.ietf.org ([132.151.6.71]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1Cdorm-00032X-Is for rohc-web-archive@ietf.org; Mon, 13 Dec 2004 06:59:50 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1Cdoea-0000mz-B0; Mon, 13 Dec 2004 06:46:12 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1Cdod1-0000Og-Qu for rohc@megatron.ietf.org; Mon, 13 Dec 2004 06:44:38 -0500
Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA25944 for <rohc@ietf.org>; Mon, 13 Dec 2004 06:44:33 -0500 (EST)
Received: from rproxy.gmail.com ([64.233.170.197]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1Cdokp-0002rd-Ka for rohc@ietf.org; Mon, 13 Dec 2004 06:52:39 -0500
Received: by rproxy.gmail.com with SMTP id z35so632277rne for <rohc@ietf.org>; Mon, 13 Dec 2004 03:44:34 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding; b=tXfN4xSZAHyUi5cLajKRVgRixlhJt7YqmZy6N9yUdQaaC6NqvfVhkGsNlJFv3gIFVN+CBBacx71EQXaEjNjugJ622qpyiMY2spsv/7uVDO1kVDB4T8fsPWUxK5r9n44yaTPytgjjuNHWlpBYRhSwYejy615H9D88+jj3U43HsvU=
Received: by 10.38.150.47 with SMTP id x47mr73504rnd; Mon, 13 Dec 2004 03:44:34 -0800 (PST)
Received: by 10.38.83.41 with HTTP; Mon, 13 Dec 2004 03:44:34 -0800 (PST)
Message-ID: <1bd254fc041213034467d50ecf@mail.gmail.com>
Date: Mon, 13 Dec 2004 17:14:34 +0530
From: chitrak gupta <mailfromchitrak@gmail.com>
To: gzip@ftp.gnu.org, madler@alumni.caltech.edu
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22
Content-Transfer-Encoding: 7bit
Cc: rohc@ietf.org
Subject: [rohc] Need help with deflate source parameter settings
X-BeenThere: rohc@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: chitrak gupta <mailfromchitrak@gmail.com>
List-Id: Robust Header Compression <rohc.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/rohc>, <mailto:rohc-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:rohc@ietf.org>
List-Help: <mailto:rohc-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/rohc>, <mailto:rohc-request@ietf.org?subject=subscribe>
Sender: rohc-bounces@ietf.org
Errors-To: rohc-bounces@ietf.org
X-Spam-Score: 0.0 (/)
X-Scan-Signature: b19722fc8d3865b147c75ae2495625f2
Content-Transfer-Encoding: 7bit

Hi,

This may be an unusual request. But I need it desparately to finish my
project. I am stuck and I think without your help I might not be able
to resolve the issue.

I need to generate a compressed data using deflate with the following
conditions.

1)    The DEFLATE compressed data format separates blocks of compressed  
      data by transmitting 7 consecutive zero bits. Each SigComp message 
      is assumed to contain a separate block of compressed data, so the 
      end-of-block bits are implicit and do not need to be transmitted 
      at the end of a SigComp message. 
    
2) Compressed data should have only DEFLATE block type 01 (data
compressed   with fixed Huffman codes).

How and where do I modify the settings (or code) in the deflate project.

Reference: deflate.c -- compress data using the deflation algorithm
 Copyright (C) 1995-2003 Jean-loup Gailly.
interface of the 'zlib' general purpose compression library
  version 1.2.1, November 17th, 2003................

Thanks a lot in advance,
Chitrak Gupta.
Kolkata, India.

_______________________________________________
Rohc mailing list
Rohc@ietf.org
https://www1.ietf.org/mailman/listinfo/rohc