From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Jean Subject: Question about TOS matching Date: Sat, 13 Nov 2004 22:52:52 -0500 Message-ID: <4196D694.1050503@cookinglinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: netfilter-devel@lists.netfilter.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hi there, I just wondered why the accepted TOS values taken by libipt_tos.c are : } TOS_values[] = { { IPTOS_LOWDELAY, "Minimize-Delay" }, { IPTOS_THROUGHPUT, "Maximize-Throughput" }, { IPTOS_RELIABILITY, "Maximize-Reliability" }, { IPTOS_MINCOST, "Minimize-Cost" }, { IPTOS_NORMALSVC, "Normal-Service" }, }; What if people wants to match other TOS ? Is this only an user-friendly issue as they need to enter the value as decimal ? Thanks answering that dumb question Samuel