Lucene search
K

linux.tos.field.high.priority.patch

🗓️ 17 Aug 1999 00:00:00Reported by Packet StormType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

This patch enhances IP header tos field for high priority, boosting throughput on routers.

Code
`This patch sets the tos field for IP headers to high priority and  
optimizes the IP connection for throughput, which has real effects on  
cisco routers.  
Since it is bad policy and if hundrets of lamers use it I wont like it.  
But I even more dislike hidden information, I'll let you decide wether  
to publish it, but if you decide to do it, please do it anonymously.  
  
Thanks.  
  
--- linux/net/ipv4/af_inet.c Thu Mar 25 18:23:34 1999  
+++ linux/net/ipv4/af_inet.c Thu Mar 25 18:23:35 1999  
@@ -408,6 +408,7 @@  
sk->timer.function = &net_timer;  
  
sk->ip_ttl=ip_statistics.IpDefaultTTL;  
+ sk->ip_tos=IPTOS_PREC_INTERNETCONTROL + IPTOS_THROUGHPUT;  
  
sk->ip_mc_loop=1;  
sk->ip_mc_ttl=1;  
  
  
-- name withheld at request of submitter  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Aug 1999 00:00Current
7.4High risk
Vulners AI Score7.4
27