From ba8d942efb03f0488e9f73424dd388873b2bc389 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 28 Jul 2008 20:23:22 +0000 Subject: [PATCH] Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the last hop. Tagging module linux-2.6 - linux-2.6-22-18 --- kernel-2.6.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index cabb1ef60..857f37614 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -24,7 +24,7 @@ Summary: The Linux kernel (the core of the Linux operating system) # for module-tag.py - sublevel is used for the version (middle) part of tag names %define name linux-2.6 %define module_version_varname sublevel -%define taglevel 17 +%define taglevel 18 # # Polite request for people who spin their own kernel rpms: @@ -847,6 +847,10 @@ rm -f /lib/modules/%{KVERREL}uml/modules.* %endif %changelog +* Mon Jul 28 2008 Sapan Bhatia - linux-2.6-22-18 +- Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute runs to completion including the +- last hop. + * Mon Jul 28 2008 Sapan Bhatia - linux-2.6-22-17 - Optimize packet socket support to eliminate a packet copy. -- 2.43.0