Now you can write your own TCP using packet sockets. As a side effect, tcptraceroute...
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 28 Jul 2008 20:23:22 +0000 (20:23 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 28 Jul 2008 20:23:22 +0000 (20:23 +0000)
last hop.

Tagging module linux-2.6 - linux-2.6-22-18

kernel-2.6.spec

index cabb1ef..857f376 100644 (file)
@@ -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 <sapanb@cs.princeton.edu> - 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 <sapanb@cs.princeton.edu> - linux-2.6-22-17
 - Optimize packet socket support to eliminate a packet copy.