summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/ip_packet.h
diff options
context:
space:
mode:
authorKevin Paul Herbert <kph@cisco.com>2016-01-26 18:32:24 -0800
committerDamjan Marion <damarion@cisco.com>2016-01-27 20:59:33 +0100
commit8f9e7d43d8b8e5495477e3a587f78409a4cf8808 (patch)
tree1298c643df69e00497c04e313005cb67e809c1f1 /vnet/vnet/ip/ip_packet.h
parentdac3fd44ff7e2a7285baa810527c4743167382dd (diff)
Remove vestigal TCP implementation
Eliot's TCP was never completed. Remove it. Change-Id: I8456ed02b55f5b3f0b93547533f7467dd2229c07 Signed-off-by: Kevin Paul Herbert <kph@cisco.com>
Diffstat (limited to 'vnet/vnet/ip/ip_packet.h')
-rw-r--r--vnet/vnet/ip/ip_packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vnet/vnet/ip/ip_packet.h b/vnet/vnet/ip/ip_packet.h
index 6fcd0071ef1..84b125818e0 100644
--- a/vnet/vnet/ip/ip_packet.h
+++ b/vnet/vnet/ip/ip_packet.h
@@ -56,10 +56,9 @@ typedef enum {
#undef ip_port
} ip_port_t;
-/* Classifies protocols into TCP, UDP, ICMP or other. */
+/* Classifies protocols into UDP, ICMP or other. */
typedef enum {
IP_BUILTIN_PROTOCOL_UDP,
- IP_BUILTIN_PROTOCOL_TCP,
IP_BUILTIN_PROTOCOL_ICMP,
IP_BUILTIN_PROTOCOL_UNKNOWN,
} ip_builtin_protocol_t;